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.
ALPINE
MUSL
CMakeLists.txt
1 parent 115ddf9 commit 7581e72Copy full SHA for 7581e72
stdlib/public/Platform/CMakeLists.txt
@@ -111,7 +111,7 @@ add_swift_target_library(swiftMusl ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OV
111
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
112
${swift_platform_compile_flags}
113
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
114
- TARGET_SDKS ALPINE
+ TARGET_SDKS MUSL
115
INSTALL_IN_COMPONENT sdk-overlay)
116
117
add_swift_target_library(swiftCRT ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVERLAY
0 commit comments