X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Fwscript;h=66f4e80b724171c39e564617b259cb2497eebe77;hb=a2b412803543e8892565bb96ccc091058a4f941f;hp=14ddcd3d3c5e8c8949ee72d12a890291d611f503;hpb=a6d7098797b31046d4b6d7e6ba40a508b6344ee6;p=ardour.git diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index 14ddcd3d3c..66f4e80b72 100644 --- a/libs/audiographer/wscript +++ b/libs/audiographer/wscript @@ -78,7 +78,7 @@ def build(bld): audiographer.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3') - if bld.is_defined('BUILD_TESTS') and bld.is_defined('HAVE_CPPUNIT'): + if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'): # Unit tests obj = bld(features = 'cxx cxxprogram') obj.source = '''