Merge pull request #4565

bf842a6a build: use ARCH 'native' by default, allow to configure and override it (xiphon)
This commit is contained in:
Riccardo Spagni 2018-10-15 13:31:56 +02:00
commit 7c6a7c1945
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
3 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
SET(APPLE True)
SET(BUILD_TAG "mac-x64")
SET(BUILD_64 ON)
if(NOT TRAVIS)
SET(ARCH "x86_64")
endif()
SET(BREW OFF)
SET(PORT OFF)
SET(CMAKE_OSX_SYSROOT "@sdk@/MacOSX10.11.sdk/")