yet another build fix

on x86_64 weak_libjack.c needs -fPIC which needs cflags which need 'c' :)
This commit is contained in:
Robin Gareus 2014-11-13 01:02:09 +01:00
parent 0547694ac3
commit 3e702c5520

View File

@ -44,7 +44,7 @@ def configure(conf):
def build(bld):
obj = bld(features = 'cxx cxxshlib')
obj = bld(features = 'c cxx cxxshlib')
obj.source = [
'jack_api.cc',
'jack_connection.cc',