File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ()
130127endif ()
You can’t perform that action at this time.
0 commit comments