summaryrefslogtreecommitdiff
path: root/platform/windows/detect.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 /platform/windows/detect.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 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 0ab0e1ed3c..271ffc8871 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -128,7 +128,9 @@ def setup_msvc_manual(env):
print("Compiled program architecture will be a 32 bit executable. (forcing bits=32).")
else:
print(
- "Failed to manually detect MSVC compiler architecture version... Defaulting to 32bit executable settings (forcing bits=32). Compilation attempt will continue, but SCons can not detect for what architecture this build is compiled for. You should check your settings/compilation setup, or avoid setting VCINSTALLDIR."
+ "Failed to manually detect MSVC compiler architecture version... Defaulting to 32bit executable settings"
+ " (forcing bits=32). Compilation attempt will continue, but SCons can not detect for what architecture this"
+ " build is compiled for. You should check your settings/compilation setup, or avoid setting VCINSTALLDIR."
)