diff options
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index 136cf36d..08e83d6d 100644 --- a/test/wscript +++ b/test/wscript @@ -13,6 +13,8 @@ def configure(conf): lib = 'boost_unit_test_framework%s' % boost_lib_suffix, uselib_store = 'BOOST_TEST') + conf.env.prepend_value('LINKFLAGS', '-Lsrc') + def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'tests' |
