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.
1 parent 8577c6b commit da7321aCopy full SHA for da7321a
stdlib/public/core/CMakeLists.txt
@@ -419,6 +419,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
419
list(GET list 2 triple)
420
421
set(SWIFT_SDK_embedded_ARCH_${arch}_MODULE "${mod}")
422
+ set(SWIFT_SDK_embedded_LIB_SUBDIR "embedded")
423
add_swift_target_library_single(
424
embedded-stdlib-${triple}
425
swiftCore
@@ -431,7 +432,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
431
432
SDK "embedded"
433
ARCHITECTURE "${arch}"
434
FILE_DEPENDS ${swiftCore_common_dependencies}
- INSTALL_IN_COMPONENT "never_install"
435
+ INSTALL_IN_COMPONENT stdlib
436
)
437
add_dependencies(embedded-stdlib embedded-stdlib-${triple})
438
endforeach()
0 commit comments