From 5d5b6c741da414d7d62ac9681604cc95a1275c51 Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Fri, 21 Apr 2023 11:27:09 +0200 Subject: VS/Android: Do not specify Windows Runtime library type during compiler id The VS2022 Clang toolchain adds some windows libraries to the linked library list if RuntimeLibrary is set, even if the Project is targeting Android. This causes an unexpected linker failure. --- Modules/CompilerId/VS-10.vcxproj.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CompilerId/VS-10.vcxproj.in b/Modules/CompilerId/VS-10.vcxproj.in index 3598fc7..9bd618c 100644 --- a/Modules/CompilerId/VS-10.vcxproj.in +++ b/Modules/CompilerId/VS-10.vcxproj.in @@ -44,7 +44,7 @@ %(PreprocessorDefinitions) false EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebugDLL TurnOffAllWarnings -- cgit v0.12