diff options
author | Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com> | 2020-05-09 20:16:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 20:16:52 +0200 |
commit | 61306eb830cba932c57bc3e83ea462a49f2ebd97 (patch) | |
tree | 0f2c872ab1c7bf191d1ccc81eb7525622361ec7b /modules/mono/config.py | |
parent | 5a1077008a7b5eec0f95f7a2d05ac8027b9ec8c3 (diff) | |
parent | b61ffef0ab95320c7304c2a1a8dd8cb6d299eadf (diff) | |
download | redot-engine-61306eb830cba932c57bc3e83ea462a49f2ebd97.tar.gz |
Merge pull request #38596 from neikeq/msbuild-restore
Mono: Use msbuild instead of nuget.exe for restoring
Diffstat (limited to 'modules/mono/config.py')
-rw-r--r-- | modules/mono/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/config.py b/modules/mono/config.py index 106ca6e028..d41f3755b5 100644 --- a/modules/mono/config.py +++ b/modules/mono/config.py @@ -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( |