mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix up wscript/build issues in exportvis after merge with master
This commit is contained in:
commit
8648a8a13b
160 changed files with 29589 additions and 65089 deletions
|
|
@ -17,13 +17,13 @@ def configure(conf):
|
|||
def build(bld):
|
||||
bld (export_includes = ['.'],
|
||||
includes = ['.'],
|
||||
name = 'timecode_includes'
|
||||
name = 'libtimecode_includes'
|
||||
)
|
||||
|
||||
bld.stlib (cxxflags = [ '-fPIC' ],
|
||||
source = [ 'src/time.cc', 'src/bbt_time.cc' ],
|
||||
target = 'timecode',
|
||||
use = 'timecode_includes'
|
||||
target = 'libtimecode',
|
||||
use = 'libtimecode_includes'
|
||||
)
|
||||
|
||||
def shutdown():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue