aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/tvos-gcc.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/tvos-gcc.qbs')
-rw-r--r--share/qbs/modules/cpp/tvos-gcc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/tvos-gcc.qbs b/share/qbs/modules/cpp/tvos-gcc.qbs
index 0e5f059d3..5378fa1b7 100644
--- a/share/qbs/modules/cpp/tvos-gcc.qbs
+++ b/share/qbs/modules/cpp/tvos-gcc.qbs
@@ -31,7 +31,7 @@
import qbs
DarwinGCC {
- condition: qbs.hostOS.contains('osx') &&
+ condition: qbs.hostOS.contains('macos') &&
qbs.targetOS.contains('tvos') &&
qbs.toolchain && qbs.toolchain.contains('gcc')