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 d9afc8d commit 96bc13cCopy full SHA for 96bc13c
ios.toolchain.cmake
@@ -135,6 +135,11 @@ if (IOS_PLATFORM STREQUAL "OS")
135
if(NOT IOS_ARCH)
136
set(IOS_ARCH armv7 armv7s arm64)
137
endif()
138
+ elseif (IOS_PLATFORM STREQUAL "OS64")
139
+ set(XCODE_IOS_PLATFORM iphoneos)
140
+ if(NOT IOS_ARCH)
141
+ set(IOS_ARCH arm64)
142
+ endif()
143
elseif (IOS_PLATFORM STREQUAL "SIMULATOR")
144
set(XCODE_IOS_PLATFORM iphonesimulator)
145
0 commit comments