mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
docs/android: Fix example meson cross file again
I copied it over wrong, it should be cpu_family that's changed to aarch64 to avoid "error: undefined symbol: blake3_hash_many_neon". Fixes:57abef5af1("docs/android: Fix example meson cross file") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29081> (cherry picked from commit4cefb5ece8)
This commit is contained in:
parent
063edd4df1
commit
f24ce4cd7c
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"description": "docs/android: Fix example meson cross file again",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "57abef5af1f316bc1e9c6baefe986950e65b516b",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ Then, create your Meson cross file to use it, something like this
|
|||
|
||||
[host_machine]
|
||||
system = 'android'
|
||||
cpu_family = 'arm'
|
||||
cpu = 'aarch64'
|
||||
cpu_family = 'aarch64'
|
||||
cpu = 'armv8'
|
||||
endian = 'little'
|
||||
|
||||
Now, use that cross file for your Android build directory (as in this
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue