From b1320b08ffc936a0ddf7e93055d26cc33d87e5f0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Nov 2025 11:08:43 +0100 Subject: Fix erroneous ( instead of {. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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 -- cgit v1.2.3