diff options
| author | Richard S. Wright Jr <richard@lunarg.com> | 2023-10-23 13:56:22 -0400 |
|---|---|---|
| committer | Richard S. Wright Jr <richard@lunarg.com> | 2023-10-23 17:35:26 -0400 |
| commit | f2a8aff068a9fb7faaa51afb29a4fac26a717a80 (patch) | |
| tree | 82d17016e918922598981a17c8f666a8dc2edb5e | |
| parent | 9fae21009c8e42bb5abc5218aa2bec264fb5f0f6 (diff) | |
| download | usermoji-f2a8aff068a9fb7faaa51afb29a4fac26a717a80.tar.xz | |
Update known_good.json
Updated MoltenVK to latest known good release (v1.2.6)
| -rw-r--r-- | scripts/known_good.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 199a970d..08eaaba4 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.5", + "commit": "v1.2.6", "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" @@ -71,4 +71,4 @@ "MoltenVK": "MOLTENVK_REPO_ROOT", "googletest": "GOOGLETEST_INSTALL_DIR" } -}
\ No newline at end of file +} |
