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.
2 parents 93c37b4 + bbd26e8 commit 25bcfedCopy full SHA for 25bcfed
Runtimes/Core/CommandLineSupport/CMakeLists.txt
@@ -5,6 +5,8 @@ if(SwiftCore_ENABLE_COMMANDLINE_SUPPORT)
5
"${PROJECT_BINARY_DIR}/include")
6
target_compile_definitions(swiftCommandLineSupport PUBLIC
7
-DSWIFT_STDLIB_HAS_COMMANDLINE)
8
+ target_compile_definitions(swiftCommandLineSupport PRIVATE
9
+ $<$<BOOL:${BUILD_SHARED_LIBS}>:-DswiftCore_EXPORTS>)
10
11
target_link_libraries(swiftCommandLineSupport PRIVATE
12
swiftShims)
0 commit comments