Enable cross-compiled tests
Arch Linux AUR Success
Details
Arch Linux AUR Success
Details
This commit is contained in:
parent
fafac22d60
commit
197d071160
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue