mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Copy more mingw branches for MSVC
This commit is contained in:
parent
d133be6d8d
commit
78677b672c
10 changed files with 26 additions and 26 deletions
|
|
@ -9,7 +9,7 @@ def configure(conf):
|
|||
pass
|
||||
|
||||
def build(bld):
|
||||
if bld.env['build_target'] == 'mingw':
|
||||
if bld.env['build_target'] == 'mingw' or bld.env['build_target'] == 'msvc':
|
||||
return
|
||||
|
||||
obj = bld (features = 'c cprogram')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue