Explorar el Código

Merge pull request #8454 from adamscott/add-missing-headless-in-examples-dotnet

Add `--headless` parameter to "compiling with dotnet" examples
Max Hilbrunner hace 1 año
padre
commit
fa7af7ae68
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      contributing/development/compiling/compiling_with_dotnet.rst

+ 2 - 2
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