Skip to content

Commit 9581e92

Browse files
committed
[embedded] Make sure to install the embedded Concurrency .a libraries into the toolchain
1 parent 222739a commit 9581e92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
262262
DEPENDS embedded-stdlib-${mod}
263263
INSTALL_IN_COMPONENT stdlib
264264
)
265+
swift_install_in_component(
266+
TARGETS embedded-concurrency-${mod}
267+
DESTINATION "lib/swift/embedded/${mod}"
268+
COMPONENT "stdlib"
269+
)
265270
set_property(TARGET embedded-concurrency-${mod} PROPERTY OSX_ARCHITECTURES "${arch}")
266271

267272
add_dependencies(embedded-concurrency embedded-concurrency-${mod})

0 commit comments

Comments
 (0)