Skip to content

Commit

Permalink
Add arm64e support (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileben authored and Kjell Hedström committed Mar 15, 2019
1 parent cb4a94d commit bc358e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iOS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ set (CMAKE_OSX_SYSROOT ${CMAKE_IOS_SDK_ROOT} CACHE PATH "Sysroot used for iOS su

# set the architecture for iOS
if (${IOS_PLATFORM} STREQUAL "OS")
set (IOS_ARCH armv7 armv7s arm64)
set (IOS_ARCH armv7 armv7s arm64 arm64e)
elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR")
set (IOS_ARCH i386)
elseif (${IOS_PLATFORM} STREQUAL "SIMULATOR64")
Expand Down
2 changes: 1 addition & 1 deletion iOSBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if(G3_IOS_LIB)
COMMAND ${CMAKE_COMMAND}
--build ${ARM_BINARY_DIR}
--config ${CMAKE_BUILD_TYPE}
COMMENT "Building for armv7, armv7s, arm64"
COMMENT "Building for armv7, armv7s, arm64, arm64e"
VERBATIM
)

Expand Down

0 comments on commit bc358e7

Please sign in to comment.