mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fix timecode target so it is just libtimecode.so and not liblibtimecode.so
This commit is contained in:
parent
513a23d5bb
commit
c5538969b7
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ def configure(conf):
|
||||||
def build(bld):
|
def build(bld):
|
||||||
bld.shlib (
|
bld.shlib (
|
||||||
source = [ 'src/time.cc', 'src/bbt_time.cc' ],
|
source = [ 'src/time.cc', 'src/bbt_time.cc' ],
|
||||||
target = 'libtimecode',
|
name = 'libtimecode',
|
||||||
|
target = 'timecode',
|
||||||
includes = ['.'],
|
includes = ['.'],
|
||||||
export_includes = ['.'],
|
export_includes = ['.'],
|
||||||
defines = [ 'LIBTIMECODE_DLL_EXPORTS' ]
|
defines = [ 'LIBTIMECODE_DLL_EXPORTS' ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue