build: Fix LunarXchange Issue 862
authorJeremy Kniager <jeremyk@lunarg.com>
Tue, 2 Jul 2019 15:47:29 +0000 (09:47 -0600)
committerjeremyk-lunarg <jeremyk@lunarg.com>
Tue, 2 Jul 2019 18:22:29 +0000 (12:22 -0600)
Modified MoltenVK build arguments for MacOS from
`MVK_LOGGING_ENABLED=0` to `MVK_CONFIG_LOG_LEVEL=1`.

This allows users to set the logging information they
want when an application is run using MoltenVK.

By default, only errors are logged.

Change-Id: I471fa28e68b5dc68b10ae17858475981158b2a86

scripts/known_good.json

index 304c9eb..54f7ef0 100644 (file)
@@ -28,7 +28,7 @@
       "commit" : "v1.0.35",
       "custom_build" : [
         "./fetchDependencies --v-headers-root {0[Vulkan-Headers][repo_dir]} --glslang-root {0[glslang][repo_dir]}",
-        "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_LOGGING_ENABLED=0' -scheme \"MoltenVK Package\" build"
+        "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_CONFIG_LOG_LEVEL=1' -scheme \"MoltenVK Package\" build"
       ],
       "build_step" : "custom",
       "build_platforms" : [