File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributing/development/compiling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Example (Windows)
149149 scons p=windows target=template_release module_mono_enabled=yes
150150
151151 # Generate glue sources
152- bin/godot.windows.editor.x86_64.mono --generate-mono-glue modules/mono/glue
152+ bin/godot.windows.editor.x86_64.mono --headless -- generate-mono-glue modules/mono/glue
153153 # Build .NET assemblies
154154 ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=windows
155155
@@ -166,7 +166,7 @@ Example (Linux, \*BSD)
166166 scons p=linuxbsd target=template_release module_mono_enabled=yes
167167
168168 # Generate glue sources
169- bin/godot.linuxbsd.editor.x86_64.mono --generate-mono-glue modules/mono/glue
169+ bin/godot.linuxbsd.editor.x86_64.mono --headless -- generate-mono-glue modules/mono/glue
170170 # Generate binaries
171171 ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd
172172
You can’t perform that action at this time.
0 commit comments