summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-25 14:19:16 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-08 09:20:08 +0100
commit0ec314d1410e7567052a7c4f86c517c26e8e475b (patch)
treee05cb488cbb68ae794dce5ff65ba47bd88da226f
parent42d49b34fa87b14484cdb73e5e5babaa26cf30e1 (diff)
Windows build hack.
-rw-r--r--toolchain/mingw.cmake2
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})