diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-29 12:00:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-29 12:00:36 +0100 |
| commit | 003de48cd0371a60d095dc9d02ed5763c410cf5e (patch) | |
| tree | bfa4ac0a8076535d98b2dca27e9cc31c29706265 /test/wscript | |
| parent | 3a72d3e7af018d4e4474d48d9007841a0c63c020 (diff) | |
Build fixes for OS X.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 15d5410b3..5de1a99ce 100644 --- a/test/wscript +++ b/test/wscript @@ -3,7 +3,7 @@ def configure(conf): #define BOOST_TEST_MODULE Config test\n #include <boost/test/unit_test.hpp>\n int main() {} - """, msg = 'Checking for boost unit testing library', lib = 'boost_unit_test_framework-mt', uselib_store = 'BOOST_TEST') + """, msg = 'Checking for boost unit testing library', lib = 'boost_unit_test_framework', uselib_store = 'BOOST_TEST') def build(bld): obj = bld(features = 'cxx cxxprogram') |
