From 948a332d01cab9372610b03e485f951a2dcc38bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 19 Jun 2017 00:03:44 +0200 Subject: Streamline README --- ToolchainDebianMinGWW64.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ToolchainDebianMinGWW64.cmake') diff --git a/ToolchainDebianMinGWW64.cmake b/ToolchainDebianMinGWW64.cmake index a1f4378..f72e903 100644 --- a/ToolchainDebianMinGWW64.cmake +++ b/ToolchainDebianMinGWW64.cmake @@ -5,6 +5,9 @@ set (CMAKE_C_COMPILER "i686-w64-mingw32-gcc") set (CMAKE_CXX_COMPILER "i686-w64-mingw32-g++") set (CMAKE_RC_COMPILER "i686-w64-mingw32-windres") +# Not needed to crosscompile an installation package +#set (CMAKE_CROSSCOMPILING_EMULATOR "wine") + set (CMAKE_FIND_ROOT_PATH "/usr/i686-w64-mingw32") set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -- cgit v1.2.3