mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Fix minor errors in temporal/wscript
This commit is contained in:
parent
aa163b05ca
commit
b0f5fea53a
1 changed files with 2 additions and 2 deletions
|
|
@ -73,13 +73,13 @@ def build(bld):
|
|||
obj.target = 'temporal_static'
|
||||
obj.uselib = 'GLIBMM GTHREAD XML LIBPBD'
|
||||
obj.use = 'libpbd'
|
||||
obj.vnum = TEMPORAL_VERSION
|
||||
obj.vnum = TEMPORAL_LIB_VERSION
|
||||
obj.install_path = ''
|
||||
if bld.env['TEST_COVERAGE']:
|
||||
obj.linkflags = ['--coverage']
|
||||
obj.cflags = ['--coverage']
|
||||
obj.cxxflags = ['--coverage']
|
||||
obj.defines = ['PACKAGE="libevoral"']
|
||||
obj.defines = ['PACKAGE="libtemporal"']
|
||||
|
||||
# Unit tests
|
||||
obj = bld(features = 'cxx cxxprogram')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue