mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
docs: format code-block as ini
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22052>
This commit is contained in:
parent
b8ee90188b
commit
e7f00ee2c8
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ Building using the Android NDK
|
|||
|
||||
Download and install the NDK using whatever method you normally would.
|
||||
Then, create your Meson cross file to use it, something like this
|
||||
``~/.local/share/meson/cross/android-aarch64`` file::
|
||||
``~/.local/share/meson/cross/android-aarch64`` file:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[binaries]
|
||||
ar = 'NDKDIR/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue