Make sure wscripts under libs/surfaces/* are configured. This fixes the OSC surface build, as it now links with liblo.
git-svn-id: svn://localhost/ardour2/branches/3.0@5625 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -18,11 +18,6 @@ def set_options(opt):
|
||||
def configure(conf):
|
||||
autowaf.configure(conf)
|
||||
autowaf.check_pkg(conf, 'liblo', uselib_store='LO', linkflags='-llo')
|
||||
conf.env.append_value('LINKFLAGS_LO', '-llo')
|
||||
#
|
||||
# TODO: Again this append_value shouldn't be necessary really
|
||||
# but for some reason the link flag is not being added otherwise.
|
||||
#
|
||||
|
||||
def build(bld):
|
||||
obj = bld.new_task_gen('cxx', 'shlib')
|
||||
|
||||
Reference in New Issue
Block a user