diff --git a/buildtools/config.py b/buildtools/config.py index 7460661c..f276868f 100644 --- a/buildtools/config.py +++ b/buildtools/config.py @@ -837,7 +837,7 @@ def getSipFiles(names): def getVisCVersion(): - text = runcmd("cl.exe", getOutput=True) + text = runcmd("cl.exe", getOutput=True, echoCmd=False) if 'Version 15' in text: return '90' # TODO: Add more tests to get the other versions...