mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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):
|
||||
bld.shlib (
|
||||
source = [ 'src/time.cc', 'src/bbt_time.cc' ],
|
||||
target = 'libtimecode',
|
||||
name = 'libtimecode',
|
||||
target = 'timecode',
|
||||
includes = ['.'],
|
||||
export_includes = ['.'],
|
||||
defines = [ 'LIBTIMECODE_DLL_EXPORTS' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue