Mono: Use msbuild instead of nuget.exe for restoring
- Make GodotTools output directly to the SCons output directory. - Removed xbuild_fallback from the build system.
This commit is contained in:
parent
825a89d0da
commit
b61ffef0ab
4 changed files with 25 additions and 132 deletions
|
|
@ -35,7 +35,6 @@ def configure(env):
|
|||
"copy_mono_root", "Make a copy of the mono installation directory to bundle with the editor", False
|
||||
)
|
||||
)
|
||||
envvars.Add(BoolVariable("xbuild_fallback", "If MSBuild is not found, fallback to xbuild", False))
|
||||
|
||||
# TODO: It would be great if this could be detected automatically instead
|
||||
envvars.Add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue