mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
start explicitly linking against libtimecode (this needs to happen elsewhere too)
This commit is contained in:
parent
d0b67dce80
commit
f5cd838afc
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ def build(bld):
|
|||
'OSX','BOOST','CURL','DL']
|
||||
obj.use = ['libpbd','libmidipp','libevoral','libvamphost',
|
||||
'libvampplugin','libtaglib','librubberband',
|
||||
'libaudiographer','libltc']
|
||||
'libaudiographer','libltc','libtimecode']
|
||||
obj.vnum = LIBARDOUR_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
obj.defines = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue