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 eef0427 + 9581e92 commit b8b68f0Copy full SHA for b8b68f0
stdlib/public/Concurrency/CMakeLists.txt
@@ -262,6 +262,11 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
262
DEPENDS embedded-stdlib-${mod}
263
INSTALL_IN_COMPONENT stdlib
264
)
265
+ swift_install_in_component(
266
+ TARGETS embedded-concurrency-${mod}
267
+ DESTINATION "lib/swift/embedded/${mod}"
268
+ COMPONENT "stdlib"
269
+ )
270
set_property(TARGET embedded-concurrency-${mod} PROPERTY OSX_ARCHITECTURES "${arch}")
271
272
add_dependencies(embedded-concurrency embedded-concurrency-${mod})
0 commit comments