From dc652c5fce733d20b787166649e72a5be1e970a5 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Mon, 13 Nov 2017 15:04:18 +0100 Subject: [PATCH] Fix generate mono glue command. --- development/compiling/compiling_with_mono.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/compiling/compiling_with_mono.rst b/development/compiling/compiling_with_mono.rst index 624eb6a35..e42730334 100644 --- a/development/compiling/compiling_with_mono.rst +++ b/development/compiling/compiling_with_mono.rst @@ -53,7 +53,7 @@ Example (x11) # Build temporary binary scons p=x11 tools=yes module_mono_enabled=yes mono_glue=no # Generate glue sources - bin/godot.x11.tools.64 --generate-mono-glue modules/mono/glue + bin/godot.x11.tools.64.mono --generate-mono-glue modules/mono/glue ### Build binaries normally # Editor