mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra(ios): Set cpu family to aarch64 for meson compatibility
Use meson's official cpu_family name 'aarch64' instead of 'arm64' for ios build.
This commit is contained in:
parent
7a0c0e4000
commit
5d1ffddfe1
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@ cpp_link_args = ['-miphoneos-version-min=11.0']
|
|||
system = 'darwin'
|
||||
subsystem = 'ios'
|
||||
kernel = 'xnu'
|
||||
cpu_family = 'arm64'
|
||||
cpu = 'arm64'
|
||||
cpu_family = 'aarch64'
|
||||
cpu = 'aarch64'
|
||||
endian = 'little'
|
||||
|
|
Loading…
Add table
Reference in a new issue