summaryrefslogtreecommitdiff
path: root/test cases/objc
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-07-25 22:50:35 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-07-27 00:55:27 +0300
commit463d08d5459a05807e63c833b56614bc8c59643a (patch)
tree28183ff6af3991f549f8eb9151a8a2c56e477ebe /test cases/objc
parenteb3cdb6f8d380da19231affd176deb8088481a5a (diff)
downloadmeson-463d08d5459a05807e63c833b56614bc8c59643a.tar.gz
Now host_machine, build_machine and target_machine are properly separated and return correct values.
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 add96cf25..8bb06cbb3 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.name() == 'darwin'
+if host_machine.name() == 'darwin'
dep = dependency('appleframeworks', modules : 'foundation')
else
dep = dependency('gnustep')