From 5b066db0735824a531c74e4a0eedd830fdced13a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Aug 2012 21:09:03 +0000 Subject: Clean up wscript files. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4624 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/serialisation') 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') -- cgit v1.2.1