diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-24 23:47:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-03 23:21:36 +0100 |
| commit | 01c7d4c51c7dc3e15f2feedfffc05a8cb85cb5a3 (patch) | |
| tree | 8d3ebc0d6c11b56a90e6ac5a80c4d763d91379e4 /toolchain | |
| parent | 0b38e3e62df25a89db98e101e530edf1a4316cd3 (diff) | |
New cdist/arm64 fixes.
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/osx.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/osx.cmake b/toolchain/osx.cmake index c920710..a699ca1 100644 --- a/toolchain/osx.cmake +++ b/toolchain/osx.cmake @@ -1,6 +1,6 @@ # Name of the target set(CMAKE_SYSTEM_NAME Darwin) -set(CMAKE_SYSTEM_PROCESSOR i386) +set(CMAKE_SYSTEM_PROCESSOR x86_64) # Toolchain settings set(CMAKE_C_COMPILER gcc) |
