summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-08 21:09:03 +0000
committerDavid Robillard <d@drobilla.net>2012-08-08 21:09:03 +0000
commit5b066db0735824a531c74e4a0eedd830fdced13a (patch)
tree96161dda3809d61d1d9365eece448ce555eeafd2 /src/serialisation
parente8e6c94ebe95d6d7fd48cea1c383d749272e7662 (diff)
downloadingen-5b066db0735824a531c74e4a0eedd830fdced13a.tar.gz
ingen-5b066db0735824a531c74e4a0eedd830fdced13a.tar.bz2
ingen-5b066db0735824a531c74e4a0eedd830fdced13a.zip
Clean up wscript files.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4624 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript
index 190b1aee..c362f29e 100644
--- a/src/serialisation/wscript
+++ b/src/serialisation/wscript
@@ -14,7 +14,7 @@ def build(bld):
use = 'libingen')
autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV RAUL SORD SRATOM')
- if bld.env['BUILD_TESTS']:
+ if bld.env.BUILD_TESTS:
obj = bld(features = 'c cshlib cxx cxxshlib',
source = ['Parser.cpp',
'Serialiser.cpp',
@@ -25,6 +25,6 @@ def build(bld):
target = 'ingen_serialisation_profiled',
install_path = '',
use = 'libingen_profiled',
- lib = bld.env['INGEN_TEST_LIBS'],
- cxxflags = bld.env['INGEN_TEST_CXXFLAGS'])
+ lib = bld.env.INGEN_TEST_LIBS,
+ cxxflags = bld.env.INGEN_TEST_CXXFLAGS)
autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV RAUL SORD SRATOM')