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 7ddf75c + 3ae4ffe commit a654df7Copy full SHA for a654df7
Runtimes/Core/Concurrency/CMakeLists.txt
@@ -102,6 +102,7 @@ add_library(swift_Concurrency
102
103
include(${SwiftCore_CONCURRENCY_GLOBAL_EXECUTOR}.cmake)
104
target_compile_definitions(swift_Concurrency PRIVATE
105
+ $<$<COMPILE_LANGUAGE:C,CXX>:-DSWIFT_RUNTIME>
106
$<$<COMPILE_LANGUAGE:C,CXX>:-DSWIFT_TARGET_LIBRARY_NAME=swift_Concurrency>
107
# NOTE: VS2017 <15.8 would round clamp alignment to alignof(max_align_t) which
108
# was non-conformant. Indicate that we wish to use extended alignment.
0 commit comments