Skip to content

Commit 9bbacdf

Browse files
authored
Merge pull request #62882 from etcwilde/ewilde/fix-zipper
Disable zippered catalyst builds again
2 parents 382510f + 312f520 commit 9bbacdf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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)

utils/build-presets.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,6 @@ mixin-preset=mixin_buildbot_install_components_with_clang
12341234
ios
12351235
tvos
12361236
watchos
1237-
maccatalyst
12381237

12391238
lldb
12401239
llbuild

0 commit comments

Comments
 (0)