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
260
260
SDK "embedded"
261
261
ARCHITECTURE "${mod} "
262
262
DEPENDS embedded-stdlib-${mod}
263
- INSTALL_IN_COMPONENT "never_install"
263
+ INSTALL_IN_COMPONENT stdlib
264
264
)
265
265
set_property (TARGET embedded-concurrency-${mod} PROPERTY OSX_ARCHITECTURES "${arch} " )
266
266
Original file line number Diff line number Diff line change @@ -120,11 +120,8 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
120
120
SDK "embedded"
121
121
ARCHITECTURE "${arch} "
122
122
DEPENDS embedded-stdlib-${mod}
123
- INSTALL_IN_COMPONENT "never_install"
123
+ INSTALL_IN_COMPONENT stdlib
124
124
)
125
- set_property (TARGET embedded-darwin-${mod} PROPERTY OSX_ARCHITECTURES "${arch} " )
126
-
127
-
128
125
add_dependencies (embedded-darwin embedded-darwin-${mod} )
129
126
endforeach ()
130
127
endif ()
You can’t perform that action at this time.
0 commit comments