mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
This commit is contained in:
parent
3b57d246d7
commit
95558b5878
3 changed files with 19 additions and 4 deletions
|
|
@ -62,6 +62,7 @@ def build(bld):
|
|||
|
||||
if (bld.env['build_target'] == 'mingw'):
|
||||
obj.uselib = [ 'PORTAUDIO' ]
|
||||
obj.defines += [ 'NO_JACK_METADATA' ] # TODO bug stephane to at least update the headers
|
||||
else:
|
||||
obj.uselib = [ ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue