summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-05 09:16:26 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-05 09:16:26 +0100
commitccd56505290f86a3382542e9ea99761130a47daf (patch)
tree05d9bf639bbc58ba99554c76294907c2277be0d0
parentca5af8e73d253d55bfaff29c75955c79bea07238 (diff)
Tweak stacktrace library name.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4005eaf7f..f7f32ed4e 100644
--- a/wscript
+++ b/wscript
@@ -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_basic%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")