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 @@ -172,7 +172,7 @@ Example (Windows)
172
172
# Generate glue sources
173
173
bin/godot.windows.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue
174
174
# Build .NET assemblies
175
- ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir= ./bin --godot-platform=windows
175
+ ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir ./bin --push-nupkgs-local <my_local_source> --godot-platform=windows
176
176
177
177
178
178
Example (Linux, \* BSD)
@@ -189,7 +189,7 @@ Example (Linux, \*BSD)
189
189
# Generate glue sources
190
190
bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue
191
191
# Generate binaries
192
- ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir= ./bin --godot-platform=linuxbsd
192
+ ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir ./bin --push-nupkgs-local <my_local_source> --godot-platform=linuxbsd
193
193
194
194
.. _compiling_with_dotnet_data_directory :
195
195
You can’t perform that action at this time.
0 commit comments