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 33bff48 + cec890d commit 131e504Copy full SHA for 131e504
Runtimes/Core/core/CMakeLists.txt
@@ -316,12 +316,12 @@ target_compile_definitions(swiftCore PRIVATE
316
target_compile_options(swiftCore PRIVATE
317
"$<$<AND:$<BOOL:${BUILD_SHARED_LIBS}>,$<COMPILE_LANGUAGE:Swift>>:SHELL:-Xcc -DswiftCore_EXPORTS>")
318
319
-target_link_libraries(swiftCore PRIVATE swiftShims)
320
target_link_libraries(swiftCore
321
PRIVATE
322
swiftRuntime
323
swiftLLVMSupport
324
swiftDemangling
+ swiftShims
325
swiftStdlibStubs
326
swiftThreading)
327
target_link_options(swiftCore PRIVATE
0 commit comments