diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-25 14:19:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-02 16:03:18 +0100 |
| commit | 7c8c2ba2368dacb890eb8ff3c4be75a1557231e3 (patch) | |
| tree | e40392142353baa129d2368b4a19933252d07e7b | |
| parent | 4c6c1a0f0c2f0adcf4b0553a64deab092ab729ce (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}) |
