diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-24 21:31:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-08 09:20:08 +0100 |
| commit | 42d49b34fa87b14484cdb73e5e5babaa26cf30e1 (patch) | |
| tree | 48b2509d11661979e86963b2d97b8b0097f80105 /toolchain/osx.cmake | |
| parent | e475f10dca39b715a09589027452511ac4cd86fb (diff) | |
Hacks to allow OS X build for 32-bit.
Diffstat (limited to 'toolchain/osx.cmake')
| -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 43c9ea7..c920710 100644 --- a/toolchain/osx.cmake +++ b/toolchain/osx.cmake @@ -9,7 +9,7 @@ set(AS as) set(AR as) set(OBJCOPY objcopy) set(OBJDUMP objdump) -set(SIZE size) +#set(SIZE size) set(CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX}) |
