diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index e629ed77f29..809f06713b9 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -635,9 +635,10 @@ def run(tests, root = False): if isWin32(): cross.append("csharp") - # TODO: PHP only builds against VC140 + # PHP/Python only build with VC140 if getCppCompiler() != "VC140": cross.remove('php') + cross.remove('python') # TODO: We're currently not building Ruby on Windows cross.remove('ruby') |