diff options
author | Ole André Vadla RavnÄs <oleavr@gmail.com> | 2017-05-21 18:09:53 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-21 21:20:39 +0300 |
commit | c352c34ff19a75882dce89d71a2643f1913bebc6 (patch) | |
tree | 4e9af981fbf7c718323cf970d97838a93e54ef7b /cross | |
parent | 79b01110180a368f9a48fdafa81b072aaf19f86b (diff) | |
download | meson-c352c34ff19a75882dce89d71a2643f1913bebc6.zip meson-c352c34ff19a75882dce89d71a2643f1913bebc6.tar.gz meson-c352c34ff19a75882dce89d71a2643f1913bebc6.tar.bz2 |
cross: Fix host_machine.system in the example iphone cross config.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/iphone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/iphone.txt b/cross/iphone.txt index b2fe3c9..e714da5 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' |