summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")