Skip to content

Commit 7c84cdb

Browse files
committed
[embedded] Start installing embedded Concurrency and Darwin modules into the toolchain
1 parent fa7da75 commit 7c84cdb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
260260
SDK "embedded"
261261
ARCHITECTURE "${mod}"
262262
DEPENDS embedded-stdlib-${mod}
263-
INSTALL_IN_COMPONENT "never_install"
263+
INSTALL_IN_COMPONENT stdlib
264264
)
265265
set_property(TARGET embedded-concurrency-${mod} PROPERTY OSX_ARCHITECTURES "${arch}")
266266

stdlib/public/Platform/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,8 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
120120
SDK "embedded"
121121
ARCHITECTURE "${arch}"
122122
DEPENDS embedded-stdlib-${mod}
123-
INSTALL_IN_COMPONENT "never_install"
123+
INSTALL_IN_COMPONENT stdlib
124124
)
125-
set_property(TARGET embedded-darwin-${mod} PROPERTY OSX_ARCHITECTURES "${arch}")
126-
127-
128125
add_dependencies(embedded-darwin embedded-darwin-${mod})
129126
endforeach()
130127
endif()

0 commit comments

Comments
 (0)