mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Remove tools/sanity_check dir from build in mingw cross compile
This is already added to build further down. I believe this is result of a partially applied patch.
This commit is contained in:
parent
1e9301a713
commit
d0deae357b
1 changed files with 0 additions and 2 deletions
2
wscript
2
wscript
|
|
@ -47,10 +47,8 @@ i18n_children = [
|
||||||
]
|
]
|
||||||
|
|
||||||
if sys.platform == 'linux2':
|
if sys.platform == 'linux2':
|
||||||
children += [ 'tools/sanity_check' ]
|
|
||||||
lxvst_default = True
|
lxvst_default = True
|
||||||
elif sys.platform == 'darwin':
|
elif sys.platform == 'darwin':
|
||||||
children += [ 'libs/appleutility' ]
|
|
||||||
lxvst_default = False
|
lxvst_default = False
|
||||||
else:
|
else:
|
||||||
lxvst_default = False
|
lxvst_default = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue