Replace arm64e->arm64.

pull/36/head
Mooneer Salem 2020-08-09 17:48:44 -07:00
parent 20b29eeb22
commit 31453bd5d4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ mark_as_advanced(CLEAR
)
# Build universal ARM64 and x86_64 binaries on Mac.
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64e")
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
#
# Prevent in-source builds