summarylogtreecommitdiffstats
path: root/toolchain-mingw.cmake
diff options
context:
space:
mode:
authorMichel Zou2018-02-07 18:25:37 +0100
committerMichel Zou2018-02-07 18:25:37 +0100
commit71728e58fe6a2abad5abb988edd96a6d628cffe6 (patch)
tree9ea56f20eacec77ab1dc9651303091e856fe2715 /toolchain-mingw.cmake
parent466cd9c7d6c14c1df20e08bf5331cd0203aaa39f (diff)
downloadaur-71728e58fe6a2abad5abb988edd96a6d628cffe6.tar.gz
CMAKE_SYSTEM_PROCESSOR
Diffstat (limited to 'toolchain-mingw.cmake')
-rw-r--r--toolchain-mingw.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain-mingw.cmake b/toolchain-mingw.cmake
index cf00b34dc9e4..6e0136a9013a 100644
--- a/toolchain-mingw.cmake
+++ b/toolchain-mingw.cmake
@@ -1,4 +1,5 @@
set (CMAKE_SYSTEM_NAME Windows)
+set (CMAKE_SYSTEM_PROCESSOR @PROCESSOR@)
# specify the cross compiler
set (CMAKE_C_COMPILER @TRIPLE@-gcc)