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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,15 @@
58
58
# PLATFORM: (default "OS64")
59
59
# OS = Build for iPhoneOS.
60
60
# OS64 = Build for arm64 iphoneOS.
61
-
# OS64COMBINED = Build for arm64 x86_64 iphoneOS. Combined into FAT STATIC lib (supported on 3.14+ of CMakewith "-G Xcode" argument ONLY)
61
+
# OS64COMBINED = Build for arm64 x86_64 iphoneOS + iphoneOS 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)
62
62
# SIMULATOR = Build for x86 i386 iphoneOS Simulator.
63
63
# SIMULATOR64 = Build for x86_64 iphoneOS Simulator.
64
64
# SIMULATORARM64 = Build for arm64 iphoneOS Simulator.
65
65
# TVOS = Build for arm64 tvOS.
66
-
# TVOSCOMBINED = Build for arm64 x86_64 tvOS. Combined into FAT STATIC lib (supported on 3.14+ of CMake with "-G Xcode" argument ONLY)
66
+
# TVOSCOMBINED = Build for arm64 x86_64 tvOS + tvOS 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)
67
67
# SIMULATOR_TVOS = Build for x86_64 tvOS Simulator.
68
68
# WATCHOS = Build for armv7k arm64_32 for watchOS.
69
-
# WATCHOSCOMBINED = Build for armv7k arm64_32 x86_64 watchOS. Combined into FAT STATIC lib (supported on 3.14+ of CMake with "-G Xcode" argument ONLY)
69
+
# 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)
70
70
# SIMULATOR_WATCHOS = Build for x86_64 for watchOS Simulator.
0 commit comments