diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-25 14:19:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-08 09:20:08 +0100 |
| commit | 0ec314d1410e7567052a7c4f86c517c26e8e475b (patch) | |
| tree | e05cb488cbb68ae794dce5ff65ba47bd88da226f | |
| parent | 42d49b34fa87b14484cdb73e5e5babaa26cf30e1 (diff) | |
Windows build hack.
| -rw-r--r-- | toolchain/mingw.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/mingw.cmake b/toolchain/mingw.cmake index 9efd933..65cfd01 100644 --- a/toolchain/mingw.cmake +++ b/toolchain/mingw.cmake @@ -10,7 +10,7 @@ set(AS ${TOOLCHAIN_PREFIX}-as) set(AR ${TOOLCHAIN_PREFIX}-as) set(OBJCOPY objcopy) set(OBJDUMP objdump) -set(SIZE size) +#set(SIZE size) set(CMAKE_FIND_ROOT_PATH /opt/mxe/usr/${TOOLCHAIN_PREFIX}) |
