From e130fd58e7fadce72196b4b4236a46fdcb252b93 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Sat, 11 Nov 2023 15:19:22 -0500 Subject: [PATCH] Add `--headless` parameter to examples --- contributing/development/compiling/compiling_with_dotnet.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/development/compiling/compiling_with_dotnet.rst b/contributing/development/compiling/compiling_with_dotnet.rst index 9801472ffa9..d427e2c6796 100644 --- a/contributing/development/compiling/compiling_with_dotnet.rst +++ b/contributing/development/compiling/compiling_with_dotnet.rst @@ -149,7 +149,7 @@ Example (Windows) scons p=windows target=template_release module_mono_enabled=yes # Generate glue sources - bin/godot.windows.editor.x86_64.mono --generate-mono-glue modules/mono/glue + bin/godot.windows.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue # Build .NET assemblies ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=windows @@ -166,7 +166,7 @@ Example (Linux, \*BSD) scons p=linuxbsd target=template_release module_mono_enabled=yes # Generate glue sources - bin/godot.linuxbsd.editor.x86_64.mono --generate-mono-glue modules/mono/glue + bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue # Generate binaries ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd