diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-10-27 15:15:04 -0600 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-10-27 15:25:01 -0600 |
| commit | 30244ad47b127a7ac2c80938918209627918ca30 (patch) | |
| tree | 19576e76a4b841ce23c44a121c4f528ceb518ea0 /scripts | |
| parent | 2ac3278413c515d1cd75a78e6380349f47748b14 (diff) | |
| download | usermoji-30244ad47b127a7ac2c80938918209627918ca30.tar.xz | |
scripts: Allow parallel build of MoltenVK
Helps improve local build performance
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 08eaaba4..273aeb22 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -17,7 +17,7 @@ "install_dir": "MoltenVK", "commit": "v1.2.6", "custom_build": [ - "./fetchDependencies --macos --no-parallel-build", + "./fetchDependencies --macos", "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_CONFIG_LOG_LEVEL=1' -scheme \"MoltenVK Package (macOS only)\" build" ], "build_step": "custom", |
