Skip to content

Commit 96bc13c

Browse files
authored
Add OS64 platform support
1 parent d9afc8d commit 96bc13c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios.toolchain.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ if (IOS_PLATFORM STREQUAL "OS")
135135
if(NOT IOS_ARCH)
136136
set(IOS_ARCH armv7 armv7s arm64)
137137
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()
138143
elseif (IOS_PLATFORM STREQUAL "SIMULATOR")
139144
set(XCODE_IOS_PLATFORM iphonesimulator)
140145
if(NOT IOS_ARCH)

0 commit comments

Comments
 (0)