diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-05 01:34:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-05 01:34:12 +0100 |
| commit | ca5af8e73d253d55bfaff29c75955c79bea07238 (patch) | |
| tree | f9d97ea89b03f2981cc6926b112167de69f3d020 | |
| parent | 4ac6ff999413ea65c7ab7f73d6011b6a8b4b3cff (diff) | |
Fix previous.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ def configure(conf): """, msg='Checking for boost stacktrace library', libpath='/usr/local/lib', - lib=['boost_stacktrace%s' % boost_lib_suffix, + lib=['boost_stacktrace%s' % boost_lib_suffix], uselib_store='BOOST_STACKTRACE') conf.env.append_value('CXXFLAGS', ['-DBOOST_STACKTRACE_LINK', '-DBOOST_STACKTRACE_USE_BACKTRACE']) conf.check(lib='dl', uselib_store='DL', msg="Checking for library dl") |
