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.
2 parents 382510f + 312f520 commit 9bbacdfCopy full SHA for 9bbacdf
stdlib/public/SwiftOnoneSupport/CMakeLists.txt
@@ -39,6 +39,7 @@ endif()
39
add_swift_target_library(swiftSwiftOnoneSupport
40
${SWIFT_STDLIB_LIBRARY_BUILD_TYPES}
41
${swiftOnoneSupport_common_options}
42
+ MACCATALYST_BUILD_FLAVOR "zippered"
43
INSTALL_IN_COMPONENT stdlib)
44
45
if(WINDOWS IN_LIST SWIFT_SDKS)
utils/build-presets.ini
@@ -1234,7 +1234,6 @@ mixin-preset=mixin_buildbot_install_components_with_clang
1234
ios
1235
tvos
1236
watchos
1237
-maccatalyst
1238
1239
lldb
1240
llbuild
0 commit comments