mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
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:
parent
c30dbaad0e
commit
285b59a7b9
2 changed files with 19 additions and 5 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue