summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-06 11:08:43 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-06 11:08:43 +0100
commitb1320b08ffc936a0ddf7e93055d26cc33d87e5f0 (patch)
tree58782ea3651e3203edb6d5c1a93cbf09dfbb3944
parent909fac1c310a74085784273754b152864779fcce (diff)
Fix erroneous ( instead of {.v1.6.56
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 82202a7..c77ff30 100644
--- a/wscript
+++ b/wscript
@@ -188,7 +188,7 @@ def build(bld):
else:
boost_lib_suffix = ''
- libs = '-L$(libdir} -lsub%s' % bld.env.API_VERSION
+ libs = '-L${libdir} -lsub%s' % bld.env.API_VERSION
if bld.env.HAVE_BOOST_SYSTEM:
libs += ' -lboost_system%s' % boost_lib_suffix