summaryrefslogtreecommitdiffstats
path: root/modules/mono/build_scripts/mono_configure.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-25 15:00:54 +0200
committerGitHub <noreply@github.com>2020-09-25 15:00:54 +0200
commited91d3efeb6e7eab5292865b5d262b3d0d52313c (patch)
treee7552f0c6ac9b8c8ea5a9ea7cfd23c0a6b739838 /modules/mono/build_scripts/mono_configure.py
parent96a51b108c953d8c8e112340b03fc1026d7243ed (diff)
parentcfd564b385f261d790d52c58be9344adf7d74f0e (diff)
downloadredot-engine-ed91d3efeb6e7eab5292865b5d262b3d0d52313c.tar.gz
Merge pull request #42332 from Calinou/default-enable-copy-mono-root
Enable the `copy_mono_root` SCons option by default
Diffstat (limited to 'modules/mono/build_scripts/mono_configure.py')
-rw-r--r--modules/mono/build_scripts/mono_configure.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mono/build_scripts/mono_configure.py b/modules/mono/build_scripts/mono_configure.py
index e959312393..6057004166 100644
--- a/modules/mono/build_scripts/mono_configure.py
+++ b/modules/mono/build_scripts/mono_configure.py
@@ -396,9 +396,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):