1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Enable the copy_mono_root SCons option by default

This closes #41652.

(cherry picked from commit cfd564b385)
This commit is contained in:
Hugo Locurcio
2020-09-25 11:05:28 +02:00
committed by Rémi Verschelde
parent a4651b59fb
commit 7b3f9ebb94
2 changed files with 5 additions and 8 deletions

View File

@@ -392,9 +392,8 @@ def configure(env, env_mono):
mono_root = subprocess.check_output(["pkg-config", "mono-2", "--variable=prefix"]).decode("utf8").strip()
if tools_enabled:
# Only supported for editor builds.
copy_mono_root_files(env, mono_root)
else:
print("Ignoring option: 'copy_mono_root'; only available for builds with 'tools' enabled.")
def make_template_dir(env, mono_root):