mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra: updated ios arm64 build
This commit is contained in:
parent
b915455e89
commit
bcc2f5008c
2 changed files with 5 additions and 5 deletions
6
.github/workflows/build_ios.yml
vendored
6
.github/workflows/build_ios.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
name: result_x86_64
|
||||
path: build/src/libthorvg*
|
||||
|
||||
build_aarch64:
|
||||
build_arm64:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -62,10 +62,10 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
meson setup build -Dlog=true -Dloaders=all -Dsavers=all -Dbindings=capi -Dstatic=true --cross-file ./cross/ios_aarch64.txt
|
||||
meson setup build -Dlog=true -Dloaders=all -Dsavers=all -Dbindings=capi -Dstatic=true --cross-file ./cross/ios_arm64.txt
|
||||
ninja -C build install
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: result_aarch64
|
||||
name: result_arm64
|
||||
path: build/src/libthorvg*
|
|
@ -17,6 +17,6 @@ cpp_link_args = ['-miphoneos-version-min=11.0']
|
|||
system = 'darwin'
|
||||
subsystem = 'ios'
|
||||
kernel = 'xnu'
|
||||
cpu_family = 'aarch64'
|
||||
cpu = 'aarch64'
|
||||
cpu_family = 'arm64'
|
||||
cpu = 'arm64'
|
||||
endian = 'little'
|
Loading…
Add table
Reference in a new issue