Add MinGW/64 to possible toolsets.

MinGW paths are for Appveyor as that's the only Windows CI we use at the
moment.
This commit is contained in:
Rene Rivera
2017-05-27 14:33:20 -05:00
parent 104cc5b2f7
commit 3ef8b08a77

View File

@@ -121,6 +121,21 @@ toolset_info = {
'toolset' : 'gcc',
'version' : ''
},
'mingw-5' : {
'toolset' : 'gcc',
'command' : 'C:/MinGW/bin/g++.exe',
'version' : ''
},
'mingw64-5' : {
'toolset' : 'gcc',
'command' : 'C:/mingw-w64/i686-5.3.0-posix-dwarf-rt_v4-rev0/bin/g++.exe',
'version' : ''
},
'mingw64-6' : {
'toolset' : 'gcc',
'command' : 'C:/mingw-w64/x86_64-6.3.0-posix-seh-rt_v5-rev1/bin/g++.exe',
'version' : ''
},
'vs-2008' : {
'toolset' : 'msvc',
'command' : '',