summaryrefslogtreecommitdiff
path: root/libs/audiographer/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-13 03:54:29 +0000
committerDavid Robillard <d@drobilla.net>2011-11-13 03:54:29 +0000
commitbf8f0b2cb5cd41be9f709cb0cc2a445ec339d5f8 (patch)
treebc54f29d91c1713e9ce4587e085813835558ff1e /libs/audiographer/wscript
parent420780f5fcc43d060bad166286dca85a651d9be8 (diff)
Apply patch from timbyr to fix building with --test.
git-svn-id: svn://localhost/ardour2/branches/3.0@10561 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/audiographer/wscript')
-rw-r--r--libs/audiographer/wscript2
1 files changed, 1 insertions, 1 deletions
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 = '''