From 03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 21 Oct 2021 21:53:20 +0200 Subject: Include modern build instructions for Win64 Mostly just so that the two options don't look the same. --- ToolchainCrossWin64.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ToolchainCrossWin64.cmake') 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") -- cgit v1.2.3