aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/Win64CrossToolchain.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Win64CrossToolchain.cmake b/cmake/Win64CrossToolchain.cmake
index 68214ec..e895c2d 100644
--- a/cmake/Win64CrossToolchain.cmake
+++ b/cmake/Win64CrossToolchain.cmake
@@ -5,8 +5,8 @@ set (CMAKE_C_COMPILER "x86_64-w64-mingw32-gcc")
set (CMAKE_CXX_COMPILER "x86_64-w64-mingw32-g++")
set (CMAKE_RC_COMPILER "x86_64-w64-mingw32-windres")
-# Not needed to crosscompile an installation package
-#set (CMAKE_CROSSCOMPILING_EMULATOR "wine64")
+# Remember to set WINEPATH for library dependencies
+set (CMAKE_CROSSCOMPILING_EMULATOR "wine64")
set (CMAKE_FIND_ROOT_PATH "/usr/x86_64-w64-mingw32")