summaryrefslogtreecommitdiff
path: root/modules/mono/build_scripts/mono_configure.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-26 20:01:57 +0200
committerGitHub <noreply@github.com>2020-07-26 20:01:57 +0200
commitf5a224ac925cf4ecc3e7844674514ef0fd4e3b20 (patch)
treeb9b797a96e87410cd895f64a1b29b99d51b88e75 /modules/mono/build_scripts/mono_configure.py
parent326c303fc6818cdbc3dafc6a5d1fc0458f4c5891 (diff)
parentf940e5e000b30d2cd2d385782a416d547b06b0b2 (diff)
Merge pull request #40731 from akien-mga/ci-black-git
CI: Install master version of psf/black
Diffstat (limited to 'modules/mono/build_scripts/mono_configure.py')
-rw-r--r--modules/mono/build_scripts/mono_configure.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mono/build_scripts/mono_configure.py b/modules/mono/build_scripts/mono_configure.py
index 80e3b59325..3e771e06f0 100644
--- a/modules/mono/build_scripts/mono_configure.py
+++ b/modules/mono/build_scripts/mono_configure.py
@@ -125,7 +125,8 @@ def configure(env, env_mono):
if not mono_prefix and (os.getenv("MONO32_PREFIX") or os.getenv("MONO64_PREFIX")):
print(
- "WARNING: The environment variables 'MONO32_PREFIX' and 'MONO64_PREFIX' are deprecated; use the 'mono_prefix' SCons parameter instead"
+ "WARNING: The environment variables 'MONO32_PREFIX' and 'MONO64_PREFIX' are deprecated; use the"
+ " 'mono_prefix' SCons parameter instead"
)
# Although we don't support building with tools for any platform where we currently use static AOT,