summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorOle André Vadla RavnÄs <oleavr@gmail.com>2017-05-21 18:09:53 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-21 21:20:39 +0300
commitc352c34ff19a75882dce89d71a2643f1913bebc6 (patch)
tree4e9af981fbf7c718323cf970d97838a93e54ef7b /cross
parent79b01110180a368f9a48fdafa81b072aaf19f86b (diff)
downloadmeson-c352c34ff19a75882dce89d71a2643f1913bebc6.tar.gz
cross: Fix host_machine.system in the example iphone cross config.
Diffstat (limited to 'cross')
-rw-r--r--cross/iphone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/iphone.txt b/cross/iphone.txt
index b2fe3c9a5..e714da54e 100644
--- a/cross/iphone.txt
+++ b/cross/iphone.txt
@@ -20,7 +20,7 @@ has_function_printf = true
has_function_hfkerhisadf = false
[host_machine]
-system = 'ios'
+system = 'darwin'
cpu_family = 'arm'
cpu = 'armv7'
endian = 'little'