mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
potentially a better check for MSVC
This commit is contained in:
parent
9e67d18ad8
commit
a280f28af9
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -259,7 +259,7 @@ int main() { return 0; }''',
|
|||
compiler_name = 'clang-darwin'
|
||||
else:
|
||||
compiler_name = 'clang'
|
||||
elif conf.env['CC'][0].find ('msvc') != -1:
|
||||
elif conf.env['MSVC_COMPILER']:
|
||||
compiler_name = 'msvc'
|
||||
else:
|
||||
if platform == 'darwin':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue