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(TOOLCHAIN_PREFIX i686-w64-mingw32)
set(TOOLCHAIN_SUFFIX "-posix")
set(WOW64_CROSS_COMPILE ON)
set(CROSS_TARGET i686-w64-mingw32)

View File

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