We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db3783 commit 85479ecCopy full SHA for 85479ec
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18)
2
3
project(SwiftLLVMBindings LANGUAGES C Swift)
4
5
-if(CMAKE_SYSTEM_NAME STREQUAL Windows OR CMAKE_SYSTEM_NAME STREQUAL Darwin)
+if(CMAKE_SYSTEM_NAME STREQUAL Windows)
6
option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)
7
endif()
8
0 commit comments