aboutsummaryrefslogtreecommitdiff
path: root/ToolchainDebianMinGW.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ToolchainDebianMinGW.cmake')
-rw-r--r--ToolchainDebianMinGW.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ToolchainDebianMinGW.cmake b/ToolchainDebianMinGW.cmake
index 19f6ff1..7c9242b 100644
--- a/ToolchainDebianMinGW.cmake
+++ b/ToolchainDebianMinGW.cmake
@@ -5,6 +5,9 @@ set (CMAKE_C_COMPILER "i586-mingw32msvc-gcc")
set (CMAKE_CXX_COMPILER "i586-mingw32msvc-g++")
set (CMAKE_RC_COMPILER "i586-mingw32msvc-windres")
+# Not needed to crosscompile an installation package
+#set (CMAKE_CROSSCOMPILING_EMULATOR "wine")
+
set (CMAKE_FIND_ROOT_PATH "/usr/i586-mingw32msvc")
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)