mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
more changes to wscript files to catch up with waf 1.6 and fix OS X issues
git-svn-id: svn://localhost/ardour2/branches/3.0@10176 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
050d3ab45e
commit
a6d7098797
10 changed files with 40 additions and 35 deletions
|
|
@ -97,7 +97,7 @@ def build(bld):
|
|||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
obj.defines = ['PACKAGE="libevoral"' ]
|
||||
|
||||
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
|
||||
if bld.is_defined('BUILD_TESTS') and bld.is_defined('HAVE_CPPUNIT'):
|
||||
# Static library (for unit test code coverage)
|
||||
obj = bld(features = 'cxx cstlib')
|
||||
obj.source = lib_source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue