summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2020-06-15 13:31:42 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2020-06-16 11:11:18 +0300
commit03b82b24de1856a9d5e469acbc18a8adad24a0e5 (patch)
tree9f16ab5bba5a51b6c6fe64f4f819170040c29bca
parent64b288a43e3e4ffc3649edb53aa4d7b0fed054bf (diff)
Also check target architecture for mips64
Task-number: QT3DS-4134 Change-Id: I02c4e5e0cefc04c60a52bdc1ffaed9e567b84631 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--ogl-runtime.pro2
1 files changed, 1 insertions, 1 deletions
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