diff options
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 2 |
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") |