You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ios.toolchain.cmake
+17-11
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
# WATCHOSCOMBINED = Build for armv7k arm64_32 x86_64 watchOS + watchOS Simulator. Combined into FAT STATIC lib (only supported on 3.14+ of CMake with "-G Xcode" argument in combination with the "cmake --install" CMake build step)
75
75
# SIMULATOR_WATCHOS = Build for x86_64 for watchOS Simulator.
76
76
# SIMULATORARM64_WATCHOS = Build for arm64 for watchOS Simulator.
77
-
# SIMULATOR_WATCHOSCOMBINED = Build for arm64 for watchOS Simulator.
77
+
# SIMULATOR_WATCHOSCOMBINED = Build for arm64 x86_64 for watchOS Simulator. Combined into FAT STATIC lib (supported on 3.14+ of CMakewith "-G Xcode" argument ONLY)
78
78
# MAC = Build for x86_64 macOS.
79
79
# MAC_ARM64 = Build for Apple Silicon macOS.
80
80
# MAC_UNIVERSAL = Combined build for x86_64 and Apple Silicon on macOS.
0 commit comments