Skip to content

Commit

Permalink
Update compilation_android.md: escape * (#128)
Browse files Browse the repository at this point in the history
This asterisk confused your formatter
  • Loading branch information
SamB committed Sep 6, 2024
1 parent fb37a28 commit d02afe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/introduction/compilation_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ meson --default-library static -Dstatic_runtime=true --prefix=/tmp/android-dir

A bit of explanation about all the options:
* `--default-library static -Dstatic_runtime=true`: this ensure that libraries
and binaries are statically compiled, so you do not need to properly set LD_*
and binaries are statically compiled, so you do not need to properly set LD_\*
environment variables in your Android environment to make it find the right
libraries. Binaries have everything they need inside.
* `-Dblob=true`: it tells meson to compile just one binary with all the needed
Expand Down

0 comments on commit d02afe0

Please sign in to comment.