Skip to content

Commit 9ceb6cc

Browse files
authored
Merge pull request #4611 from Calinou/mono-include-editor-export-templates
Clarify the need to include Mono libraries for export templates as well
2 parents ee248ba + 4819efd commit 9ceb6cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

development/compiling/compiling_with_mono.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ the following files in the ``bin`` directory:
108108

109109
- If you're not linking the Mono runtime statically, the build script will place
110110
the Mono runtime shared library (``monosgen-2.0``) next to the Godot
111-
binary in the output directory. Make sure to include this library when
112-
distributing Godot. When targeting Android, no extra steps are required as
111+
binary in the output directory.
112+
**Make sure to include this library when distributing the Godot editor or export templates.**
113+
When targeting Android, no extra steps are required as
113114
this library is automatically copied to ``#platform/android/java/libs`` and
114115
Gradle takes care of the rest.
115116
- Unlike "classical" Godot builds, when building with the Mono module enabled

0 commit comments

Comments
 (0)