Skip to content

Commit a93ceed

Browse files
committed
Zipper SwiftOnoneSupport
I missed zippering the Onone support library resulting in some test failures. Perhaps CMake should just add this to all of the runtime libraries when targeting the mac?
1 parent bbe27f9 commit a93ceed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/SwiftOnoneSupport/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ endif()
3939
add_swift_target_library(swiftSwiftOnoneSupport
4040
${SWIFT_STDLIB_LIBRARY_BUILD_TYPES}
4141
${swiftOnoneSupport_common_options}
42+
MACCATALYST_BUILD_FLAVOR "zippered"
4243
INSTALL_IN_COMPONENT stdlib)
4344

4445
if(WINDOWS IN_LIST SWIFT_SDKS)

0 commit comments

Comments
 (0)