yet another build fix
on x86_64 weak_libjack.c needs -fPIC which needs cflags which need 'c' :)
This commit is contained in:
parent
0547694ac3
commit
3e702c5520
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user