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 4e4e570 + 7d754db commit cb2f23fCopy full SHA for cb2f23f
cmake/modules/DarwinSDKs.cmake
@@ -1,15 +1,5 @@
1
-option(SWIFT_ENABLE_IOS32
2
- "Build 32-bit variants of iOS"
3
- TRUE)
4
-
5
-if(SWIFT_ENABLE_IOS32)
6
-set(SUPPORTED_IOS_ARCHS "arm64;arm64e")
7
-set(SUPPORTED_IOS_SIMULATOR_ARCHS "x86_64;arm64")
8
-else()
9
set(SUPPORTED_IOS_ARCHS "arm64;arm64e")
10
set(SUPPORTED_IOS_SIMULATOR_ARCHS "x86_64;arm64")
11
-endif()
12
13
set(SUPPORTED_TVOS_ARCHS "arm64")
14
set(SUPPORTED_TVOS_SIMULATOR_ARCHS "x86_64;arm64")
15
set(SUPPORTED_WATCHOS_ARCHS "armv7k;arm64_32")
0 commit comments