summaryrefslogtreecommitdiff
path: root/scripts/Component.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-16 18:35:42 +0200
committerJose <jose@zeroc.com>2019-07-16 18:35:42 +0200
commitf4a6f8d1b7f7a4e613c01896f8c2add38fe05359 (patch)
treec25383f19e531adbfd12792582019d273ce83085 /scripts/Component.py
parentMinor python fixes (diff)
downloadice-f4a6f8d1b7f7a4e613c01896f8c2add38fe05359.tar.bz2
ice-f4a6f8d1b7f7a4e613c01896f8c2add38fe05359.tar.xz
ice-f4a6f8d1b7f7a4e613c01896f8c2add38fe05359.zip
Allow to test python mapping with v141 (Visual Studio 2017)
Diffstat (limited to 'scripts/Component.py')
-rw-r--r--scripts/Component.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Component.py b/scripts/Component.py
index 4bddbd0889f..4ff362af083 100644
--- a/scripts/Component.py
+++ b/scripts/Component.py
@@ -238,7 +238,7 @@ for m in filter(lambda x: os.path.isdir(os.path.join(toplevel, x)), os.listdir(t
if isinstance(platform, Windows):
# Windows doesn't support all the mappings, we take them out here.
- if platform.getCompiler() != "v140":
+ if platform.getCompiler() not in ["v140", "v141"]:
Mapping.disable("python")
if platform.getCompiler() not in ["v140", "v141"]:
Mapping.disable("php")