Bump liberty, moving the Win64 toolchain file
Arch Linux AUR Success
Details
Arch Linux AUR Success
Details
This commit is contained in:
parent
197d071160
commit
33426992ec
|
@ -67,7 +67,7 @@ selection watching is a very X11/Wayland-specific feature. Beware that build
|
|||
dependencies take up almost a gigabyte of disk space.
|
||||
|
||||
$ sh -e cmake/Win64Depends.sh
|
||||
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \
|
||||
$ cmake -DCMAKE_TOOLCHAIN_FILE=liberty/cmake/toolchains/MinGW-w64-x64.cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release -B build
|
||||
$ cmake --build build -- package
|
||||
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
set (CMAKE_SYSTEM_NAME "Windows")
|
||||
set (CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
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")
|
||||
|
||||
# Remember to set WINEPATH for library dependencies
|
||||
set (CMAKE_CROSSCOMPILING_EMULATOR "wine64")
|
||||
|
||||
set (CMAKE_FIND_ROOT_PATH "/usr/x86_64-w64-mingw32")
|
||||
|
||||
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||||
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
2
liberty
2
liberty
|
@ -1 +1 @@
|
|||
Subproject commit cb9d162a265e9e7b86bec92051f40374e79b7a51
|
||||
Subproject commit f04cc2c61e1a00db4d1af1bb55ca7e20b9c3db23
|
Loading…
Reference in New Issue