aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky2018-06-11 13:41:16 -0300
committerJuan Linietsky2018-06-11 13:41:16 -0300
commitd5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch)
treed8cd67bd46525102b4ebd4dc3591981966fcdfd4 /platform/windows/detect.py
parent76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff)
downloadgodot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.tar.gz
godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.tar.zst
godot-d5bb6faac77334154d2b16a3ff2d7ef6479b98be.zip
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 05806d2fe..63336d43b 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -332,7 +332,7 @@ def configure(env):
# First figure out which compiler, version, and target arch we're using
if os.getenv("VCINSTALLDIR"):
- # Manual setup of MSVC
+ # Manual setup of MSVC
setup_msvc_manual(env)
env.msvc = True
manual_msvc_config = True