Disable arm64 & x86_64 Mac builds - Qt causes build failures

Related to #1395.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2021-11-05 15:55:12 +00:00
parent 2e0f54822e
commit 5d50eec10d
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set (BARRIER_BUNDLE_APP_DIR ${BARRIER_BUNDLE_DIR}/Barrier.app)
set (BARRIER_BUNDLE_BINARY_DIR ${BARRIER_BUNDLE_APP_DIR}/Contents/MacOS)
set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
# set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64") <-- disable until we get Qt working on arm64, this is the cause of the build failures
configure_files (${BARRIER_BUNDLE_SOURCE_DIR} ${BARRIER_BUNDLE_DIR})