From 03b82b24de1856a9d5e469acbc18a8adad24a0e5 Mon Sep 17 00:00:00 2001 From: Tomi Korpipaa Date: Mon, 15 Jun 2020 13:31:42 +0300 Subject: Also check target architecture for mips64 Task-number: QT3DS-4134 Change-Id: I02c4e5e0cefc04c60a52bdc1ffaed9e567b84631 Reviewed-by: Miikka Heikkinen --- ogl-runtime.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogl-runtime.pro b/ogl-runtime.pro index 2111f85..0e399c3 100644 --- a/ogl-runtime.pro +++ b/ogl-runtime.pro @@ -8,7 +8,7 @@ integrity { CHECK_INTEGRITY_DIR = $$(INTEGRITY_DIR) } -ios|tvos|watchos|winrt|wasm|*-icc*|contains(CHECK_INTEGRITY_DIR, .*int1144$)|contains(QMAKE_HOST.arch, mips64) { +ios|tvos|watchos|winrt|wasm|*-icc*|contains(CHECK_INTEGRITY_DIR, .*int1144$)|contains(QMAKE_HOST.arch, mips64)|contains(QT_ARCH, mips64) { message("WARNING, target not supported by ogl-runtime") #Exclude non-working cross-compile targets, see: # QT3DS-3647 ogl-runtime doesn't compile on TvOS_ANY in CI -- cgit v1.2.3