mirror of
https://github.com/boostorg/regression.git
synced 2026-01-19 04:42:10 +00:00
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:
@@ -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' : '',
|
||||
|
||||
Reference in New Issue
Block a user