diff --git a/build/tools/build-wxwidgets.py b/build/tools/build-wxwidgets.py index 6c651e2f61..c2974ea31b 100755 --- a/build/tools/build-wxwidgets.py +++ b/build/tools/build-wxwidgets.py @@ -64,6 +64,8 @@ def getVisCVersion(): return '71' if 'Version 15' in text: return '90' + if 'Version 16' in text: + return '100' # TODO: Add more tests to get the other versions... else: return 'FIXME'