From a6d7098797b31046d4b6d7e6ba40a508b6344ee6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 30 Sep 2011 16:22:04 +0000 Subject: 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 --- libs/evoral/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/evoral/wscript') diff --git a/libs/evoral/wscript b/libs/evoral/wscript index a98573a68b..314fe2a2f0 100644 --- a/libs/evoral/wscript +++ b/libs/evoral/wscript @@ -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 -- cgit v1.2.3