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