Skip to content

Commit 7581e72

Browse files
authored
stdlib/public/platform: rename ALPINE to MUSL in CMakeLists.txt
1 parent 115ddf9 commit 7581e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ add_swift_target_library(swiftMusl ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OV
111111
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
112112
${swift_platform_compile_flags}
113113
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
114-
TARGET_SDKS ALPINE
114+
TARGET_SDKS MUSL
115115
INSTALL_IN_COMPONENT sdk-overlay)
116116

117117
add_swift_target_library(swiftCRT ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVERLAY

0 commit comments

Comments
 (0)