summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-05 01:34:12 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-05 01:34:12 +0100
commitca5af8e73d253d55bfaff29c75955c79bea07238 (patch)
treef9d97ea89b03f2981cc6926b112167de69f3d020
parent4ac6ff999413ea65c7ab7f73d6011b6a8b4b3cff (diff)
Fix previous.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d8c08a762..4005eaf7f 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%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")