1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Rick V 2020-06-12 16:03:45 -05:00
parent 8ac5213b42
commit e43869d9a2
No known key found for this signature in database
GPG key ID: C0EDC8723FDC3465
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
set(CMAKE_SYSTEM_NAME Windows) set(CMAKE_SYSTEM_NAME Windows)
set(TOOLCHAIN_PREFIX i686-w64-mingw32) set(TOOLCHAIN_PREFIX i686-w64-mingw32)
set(TOOLCHAIN_SUFFIX "-posix")
set(WOW64_CROSS_COMPILE ON) set(WOW64_CROSS_COMPILE ON)
set(CROSS_TARGET i686-w64-mingw32) set(CROSS_TARGET i686-w64-mingw32)

View file

@ -1,6 +1,5 @@
set(CMAKE_SYSTEM_NAME Windows) set(CMAKE_SYSTEM_NAME Windows)
set(TOOLCHAIN_PREFIX x86_64-w64-mingw32) set(TOOLCHAIN_PREFIX x86_64-w64-mingw32)
set(TOOLCHAIN_SUFFIX "-posix")
set(WIN64_CROSS_COMPILE ON) set(WIN64_CROSS_COMPILE ON)
set(CROSS_TARGET x86_64-w64-mingw32) set(CROSS_TARGET x86_64-w64-mingw32)