aboutsummaryrefslogtreecommitdiff
path: root/ToolchainCrossMinGW.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ToolchainCrossMinGW.cmake')
-rw-r--r--ToolchainCrossMinGW.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/ToolchainCrossMinGW.cmake b/ToolchainCrossMinGW.cmake
index 7c9242b..4aaa387 100644
--- a/ToolchainCrossMinGW.cmake
+++ b/ToolchainCrossMinGW.cmake
@@ -5,12 +5,11 @@ 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")
+# Remember to set WINEPATH for library dependencies
+set (CMAKE_CROSSCOMPILING_EMULATOR "wine")
set (CMAKE_FIND_ROOT_PATH "/usr/i586-mingw32msvc")
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
-