From 30244ad47b127a7ac2c80938918209627918ca30 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Fri, 27 Oct 2023 15:15:04 -0600 Subject: scripts: Allow parallel build of MoltenVK Helps improve local build performance --- scripts/known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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", -- cgit v1.2.3