aboutsummaryrefslogtreecommitdiff
path: root/ToolchainCrossWin64.cmake
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-21 21:53:20 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-21 21:53:20 +0200
commit03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be (patch)
tree7ea3cde454d4c69037b4059e69ab60d9498faaa2 /ToolchainCrossWin64.cmake
parent95f53863ec971bae69f1d25befd5722235c92cfb (diff)
downloadlogdiag-03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be.tar.gz
logdiag-03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be.tar.xz
logdiag-03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be.zip
Include modern build instructions for Win64
Mostly just so that the two options don't look the same.
Diffstat (limited to 'ToolchainCrossWin64.cmake')
-rw-r--r--ToolchainCrossWin64.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToolchainCrossWin64.cmake b/ToolchainCrossWin64.cmake
index a562ed0..5550d6d 100644
--- a/ToolchainCrossWin64.cmake
+++ b/ToolchainCrossWin64.cmake
@@ -6,7 +6,7 @@ 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 "wine")
+#set (CMAKE_CROSSCOMPILING_EMULATOR "wine64")
set (CMAKE_FIND_ROOT_PATH "/usr/x86_64-w64-mingw32")