aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/watchos-gcc.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/watchos-gcc.qbs')
-rw-r--r--share/qbs/modules/cpp/watchos-gcc.qbs3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/qbs/modules/cpp/watchos-gcc.qbs b/share/qbs/modules/cpp/watchos-gcc.qbs
index e188eee8e..c3edd86a5 100644
--- a/share/qbs/modules/cpp/watchos-gcc.qbs
+++ b/share/qbs/modules/cpp/watchos-gcc.qbs
@@ -32,8 +32,7 @@
import qbs
DarwinGCC {
- condition: qbs.hostOS.contains('osx') &&
- qbs.targetOS.contains('watchos') &&
+ condition: qbs.targetOS.contains('watchos') &&
qbs.toolchain && qbs.toolchain.contains('gcc')
targetSystem: "watchos" + (minimumWatchosVersion || "")