mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Limit macOS scope to x86_64 for now
Got some arm64-related errors, which is to be expected.
This commit is contained in:
parent
c6ffeb8ad4
commit
b03f9e0478
@ -5,6 +5,8 @@ MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
|
||||
# allow more human readable "if then else" constructs
|
||||
SET( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
|
||||
|
||||
# TODO: Apple Silicon (arm64) later
|
||||
SET( CMAKE_OSX_ARCHITECTURES x86_64 CACHE STRING "" FORCE)
|
||||
|
||||
|
||||
PROJECT(Descent3)
|
||||
|
Loading…
Reference in New Issue
Block a user