set ARCH_TRIPLET to CROSS_TARGET to please the cmake cross compile god

This commit is contained in:
Jeff Becker 2020-06-17 09:48:57 -04:00
parent 48c7d6fbe5
commit ba1265d94f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ endif()
set(CMAKE_RC_COMPILER ${TOOLCHAIN_PREFIX}-windres)
set(CMAKE_CROSSCOMPILE ON)
set(ARCH_TRIPLET ${CROSS_TARGET})