From 3a19c1973f0e4732b8f3746593aee2ac425ecb78 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Fri, 29 Sep 2023 14:17:54 -0600 Subject: android: Various fixes to get closer to Android on CMake Remove vulkaninfo from Android builds Don't use the loader on Android --- scripts/known_good.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3