diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-09-29 14:17:54 -0600 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-09-29 15:13:17 -0600 |
| commit | 3a19c1973f0e4732b8f3746593aee2ac425ecb78 (patch) | |
| tree | 581ec08ca263855073aa654fb0e9e19d7f274092 /scripts | |
| parent | 8091ef4f9fd4df3aa7192095eca3ae9cbee56198 (diff) | |
| download | usermoji-3a19c1973f0e4732b8f3746593aee2ac425ecb78.tar.xz | |
android: Various fixes to get closer to Android on CMake
Remove vulkaninfo from Android builds
Don't use the loader on Android
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 62392372..e96eda81 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -36,6 +36,11 @@ "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" ], "commit": "v1.3.266", + "build_platforms": [ + "windows", + "linux", + "darwin" + ], "deps": [ { "var_name": "VULKAN_HEADERS_INSTALL_DIR", @@ -66,4 +71,4 @@ "MoltenVK": "MOLTENVK_REPO_ROOT", "googletest": "GOOGLETEST_INSTALL_DIR" } -} +}
\ No newline at end of file |
