From 850ee280e0bb726771ea14f247ba1524b0c3dd64 Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Fri, 21 Apr 2023 18:00:35 +0200 Subject: VS/Android: Set API level explicitly during compiler identification VS2022 defaults to API 31 in 64-bit builds. This breaks if you combine VS2022 with an older Android NDK. --- Modules/CompilerId/VS-10.vcxproj.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules/CompilerId') diff --git a/Modules/CompilerId/VS-10.vcxproj.in b/Modules/CompilerId/VS-10.vcxproj.in index 9bd618c95a..fa324d8214 100644 --- a/Modules/CompilerId/VS-10.vcxproj.in +++ b/Modules/CompilerId/VS-10.vcxproj.in @@ -26,6 +26,7 @@ @id_config_type@ @id_toolset@ + @id_api_level@ MultiByte -- cgit v1.2.1