cross: Fix host_machine.system in the example iphone cross config.
This commit is contained in:
parent
79b0111018
commit
c352c34ff1
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue