aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/LinuxGCC.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/LinuxGCC.qbs')
-rw-r--r--share/qbs/modules/cpp/LinuxGCC.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/LinuxGCC.qbs b/share/qbs/modules/cpp/LinuxGCC.qbs
index 32c45eaad..1209da15e 100644
--- a/share/qbs/modules/cpp/LinuxGCC.qbs
+++ b/share/qbs/modules/cpp/LinuxGCC.qbs
@@ -42,7 +42,8 @@ UnixGCC {
Probe {
id: runPathsProbe
- condition: qbs.targetOS.length === qbs.hostOS.length
+ condition: !_skipAllChecks
+ && qbs.targetOS.length === qbs.hostOS.length
&& qbs.targetOS.every(function(v, i) { return v === qbs.hostOS[i]; })
property stringList systemRunPaths: []
configure: {