mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix compile when using external version of libltc
This commit is contained in:
parent
b2bc7cfbe1
commit
ccebb050e4
4 changed files with 7 additions and 8 deletions
|
|
@ -38,13 +38,13 @@ def configure(conf):
|
|||
def build(bld):
|
||||
if bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||
return
|
||||
bld (export_includes = ['.'],
|
||||
includes = ['.'],
|
||||
bld (export_includes = ['ltc'],
|
||||
name = 'libltc_includes'
|
||||
)
|
||||
|
||||
bld.stlib (source = ['ltc.c', 'timecode.c', 'encoder.c', 'decoder.c'],
|
||||
cflags = [ '-fPIC' ],
|
||||
includes = ['.'],
|
||||
target = 'libltc',
|
||||
use = 'libltc_includes'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue