From c949f4cfda9f98d8ea4adef9f966816656012f8e Mon Sep 17 00:00:00 2001 From: "Richard S. Wright Jr" <58573781+richard-lunarg@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:57:41 -0500 Subject: [PATCH] Updated MoltenVK known good tag to 1.1.7 --- scripts/known_good.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/known_good.json b/scripts/known_good.json index af55a28..950e2ed 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -14,7 +14,7 @@ "sub_dir" : "MoltenVK", "build_dir" : "MoltenVK", "install_dir" : "MoltenVK", - "commit" : "v1.1.6", + "commit" : "v1.1.7", "custom_build" : [ "./fetchDependencies --macos --no-parallel-build", "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_CONFIG_LOG_LEVEL=1' -scheme \"MoltenVK Package (macOS only)\" build" -- 2.7.4