mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Merge 5d1ffddfe1
into 7a0c0e4000
This commit is contained in:
commit
45e24456dd
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@ cpp_link_args = ['-miphoneos-version-min=11.0']
|
||||||
system = 'darwin'
|
system = 'darwin'
|
||||||
subsystem = 'ios'
|
subsystem = 'ios'
|
||||||
kernel = 'xnu'
|
kernel = 'xnu'
|
||||||
cpu_family = 'arm64'
|
cpu_family = 'aarch64'
|
||||||
cpu = 'arm64'
|
cpu = 'aarch64'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|
Loading…
Add table
Reference in a new issue