Merge pull request #2593 from YeldhamDev/compiling_mono_android_fix

Fix "Compiling for Android" reference in "Compiling for Mono" page
This commit is contained in:
Rémi Verschelde 2019-07-05 16:36:32 +02:00 committed by GitHub
commit 8a07093df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ They simplify this process but also include some patches needed for proper funct
Read the README for instructions on how to use the scripts. Read the README for instructions on how to use the scripts.
Once you've built Mono, you can proceed to build Godot with the instructions described Once you've built Mono, you can proceed to build Godot with the instructions described
in this page and the :ref:`Compiling for Android<compiling_for_android>` page. in this page and the :ref:`Compiling for Android<doc_compiling_for_android>` page.
Make sure to let SCons know about the location of the Mono runtime you just built: Make sure to let SCons know about the location of the Mono runtime you just built:
``scons [...] mono_prefix=$HOME/mono-installs/android-armeabi-v7a-release`` ``scons [...] mono_prefix=$HOME/mono-installs/android-armeabi-v7a-release``
(This path may be different on your system depending on the options you used to build Mono). (This path may be different on your system depending on the options you used to build Mono).