summaryrefslogtreecommitdiff
path: root/test cases/objc
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-08-16 22:50:09 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-08-16 23:32:39 +0300
commit78739afd9c75fd0b7265536c41922abe7be7a8e4 (patch)
tree2eac60fbe83640b2d9e0bcd15c883f827d98dba7 /test cases/objc
parent63572626c69fc888b6fa94d00cf1bfcb7bb3c652 (diff)
downloadmeson-78739afd9c75fd0b7265536c41922abe7be7a8e4.tar.gz
Use system() instead of name() which is a confusing term.
Diffstat (limited to 'test cases/objc')
-rw-r--r--test cases/objc/2 nsstring/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/objc/2 nsstring/meson.build b/test cases/objc/2 nsstring/meson.build
index 8bb06cbb3..bc997bce3 100644
--- a/test cases/objc/2 nsstring/meson.build
+++ b/test cases/objc/2 nsstring/meson.build
@@ -1,6 +1,6 @@
project('nsstring', 'objc')
-if host_machine.name() == 'darwin'
+if host_machine.system() == 'darwin'
dep = dependency('appleframeworks', modules : 'foundation')
else
dep = dependency('gnustep')