Skip to content

Commit fa7af7a

Browse files
authored
Merge pull request godotengine#8454 from adamscott/add-missing-headless-in-examples-dotnet
Add `--headless` parameter to "compiling with dotnet" examples
2 parents 9212f4f + e130fd5 commit fa7af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/compiling/compiling_with_dotnet.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)