cross: Fix host_machine.system in the example iphone cross config.

This commit is contained in:
Ole André Vadla Ravnås 2017-05-21 18:09:53 +02:00 committed by Jussi Pakkanen
parent 79b0111018
commit c352c34ff1
1 changed files with 1 additions and 1 deletions

View File

@ -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'