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:

committed by
Marge Bot

parent
b8ee90188b
commit
e7f00ee2c8
@@ -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'
|
||||
|
Reference in New Issue
Block a user