potentially a better check for MSVC
This commit is contained in:
parent
9e67d18ad8
commit
a280f28af9
2
wscript
2
wscript
@ -259,7 +259,7 @@ int main() { return 0; }''',
|
|||||||
compiler_name = 'clang-darwin'
|
compiler_name = 'clang-darwin'
|
||||||
else:
|
else:
|
||||||
compiler_name = 'clang'
|
compiler_name = 'clang'
|
||||||
elif conf.env['CC'][0].find ('msvc') != -1:
|
elif conf.env['MSVC_COMPILER']:
|
||||||
compiler_name = 'msvc'
|
compiler_name = 'msvc'
|
||||||
else:
|
else:
|
||||||
if platform == 'darwin':
|
if platform == 'darwin':
|
||||||
|
Loading…
Reference in New Issue
Block a user