mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gitlab-ci: 64-bit ARM is aarch64, not arm64
We also already have conditionals using `aarch64` in the build files, so `arm64` is completely wrong. https://mesonbuild.com/Reference-tables.html#cpu-families
This commit is contained in:
parent
73d557981d
commit
ba5a18ace4
@ -82,8 +82,8 @@ chmod +x $PKG_CONFIG
|
|||||||
cat > cross_file_android_${arch}_${api}.txt <<- EOM
|
cat > cross_file_android_${arch}_${api}.txt <<- EOM
|
||||||
[host_machine]
|
[host_machine]
|
||||||
system = 'android'
|
system = 'android'
|
||||||
cpu_family = 'arm64'
|
cpu_family = 'aarch64'
|
||||||
cpu = 'arm64'
|
cpu = 'aarch64'
|
||||||
endian = 'little'
|
endian = 'little'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
|
Loading…
Reference in New Issue
Block a user