Skip to content

Commit

Permalink
build-MoltenVK: set log level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
m154k1 committed Oct 12, 2023
1 parent 40bdc0c commit d0197a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-MoltenVK
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd "${srcdir}"
--macos \
--v-headers-root "${PKGPREFIX:-/opt/local}/vulkan"

make macos MVK_CONFIG_LOG_LEVEL=2
make macos MVK_CONFIG_LOG_LEVEL=1

sed -i '' "s/\\.\\/libMoltenVK/${pkgdir//\//\\\/}\\/lib\\/libMoltenVK/" "${builddir}"/MoltenVK_icd.json
cat "${builddir}"/MoltenVK_icd.json
Expand Down

0 comments on commit d0197a4

Please sign in to comment.