summaryrefslogtreecommitdiff
path: root/share/qbs/modules/cpp/DarwinGCC.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-08 16:06:36 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-11 09:23:53 +0000
commita86215cab101caa0bac1f9c70b15c62c601bb34e (patch)
tree6a312019053e7c5ffc83902ffa7c8ca29dac8dcb /share/qbs/modules/cpp/DarwinGCC.qbs
parent30d724ad339e30055f72c0264833d1cd4e5f9122 (diff)
downloadqbs-a86215cab101caa0bac1f9c70b15c62c601bb34e.tar.gz
Fix GCC support for "bare metal" systems again
This was fixed before in 8176a4d419 and broken again in 72eedbb0a4. Fix it for good this time using module priorities. Task-number: QBS-1263 Change-Id: Ib1702299ef6c51b19a9082da96485ef5387dc1bb Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'share/qbs/modules/cpp/DarwinGCC.qbs')
-rw-r--r--share/qbs/modules/cpp/DarwinGCC.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/DarwinGCC.qbs b/share/qbs/modules/cpp/DarwinGCC.qbs
index 33b5093ab..06658472c 100644
--- a/share/qbs/modules/cpp/DarwinGCC.qbs
+++ b/share/qbs/modules/cpp/DarwinGCC.qbs
@@ -48,6 +48,7 @@ UnixGCC {
Probes.BinaryProbe {
id: lipoProbe
+ condition: !_skipAllChecks
names: [lipoName]
platformPaths: {
var paths = (xcode.present && xcode.devicePlatformPath)