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.
1 parent e0a12d1 commit e71eb33Copy full SHA for e71eb33
stdlib/toolchain/Compatibility50/CMakeLists.txt
@@ -1,3 +1,7 @@
1
+# Don't build the libraries for 64-bit watchOS targets;
2
+# there is no back-deployment to them.
3
+list(REMOVE_ITEM SWIFT_SDK_WATCHOS_ARCHITECTURES "arm64" "arm64e")
4
+
5
set(library_name "swiftCompatibility50")
6
7
add_swift_target_library("${library_name}" STATIC
stdlib/toolchain/Compatibility51/CMakeLists.txt
@@ -1,3 +1,6 @@
set(library_name "swiftCompatibility51")
0 commit comments