This commit is contained in:
Robin Gareus 2015-03-08 15:51:35 +01:00
parent 3b57d246d7
commit 95558b5878
3 changed files with 19 additions and 4 deletions

View file

@ -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 = [ ]