13
0

Fix timecode target so it is just libtimecode.so and not liblibtimecode.so

This commit is contained in:
Tim Mayberry 2014-06-03 23:39:34 +10:00
parent 513a23d5bb
commit c5538969b7

View File

@ -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' ]