From d67a9d3a394e11c1c4c0f480124f5b7925cb1b4d Mon Sep 17 00:00:00 2001 From: "Richard S. Wright Jr" Date: Tue, 14 May 2024 15:37:51 -0400 Subject: [PATCH] Update known_good.json Updated with latest MoltenVK tag --- scripts/known_good.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/known_good.json b/scripts/known_good.json index 919cc1f40..1d20e543c 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -15,7 +15,7 @@ "sub_dir": "MoltenVK", "build_dir": "MoltenVK", "install_dir": "MoltenVK", - "commit": "v1.2.8", + "commit": "v1.2.9", "custom_build": [ "./fetchDependencies --macos", "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_CONFIG_LOG_LEVEL=1' -scheme \"MoltenVK Package (macOS only)\" build" @@ -95,4 +95,4 @@ "googletest": "GOOGLETEST_INSTALL_DIR", "Vulkan-Loader": "VULKAN_LOADER_INSTALL_DIR" } -} \ No newline at end of file +}