From ba1265d94f044827fc3c63e0350b8e8e42b6925c Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 17 Jun 2020 09:48:57 -0400 Subject: [PATCH] set ARCH_TRIPLET to CROSS_TARGET to please the cmake cross compile god --- contrib/cross/mingw_core.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/cross/mingw_core.cmake b/contrib/cross/mingw_core.cmake index e37723784..d4702c74e 100644 --- a/contrib/cross/mingw_core.cmake +++ b/contrib/cross/mingw_core.cmake @@ -24,3 +24,4 @@ endif() set(CMAKE_RC_COMPILER ${TOOLCHAIN_PREFIX}-windres) set(CMAKE_CROSSCOMPILE ON) +set(ARCH_TRIPLET ${CROSS_TARGET})