diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-06 11:08:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-06 11:08:43 +0100 |
| commit | b1320b08ffc936a0ddf7e93055d26cc33d87e5f0 (patch) | |
| tree | 58782ea3651e3203edb6d5c1a93cbf09dfbb3944 | |
| parent | 909fac1c310a74085784273754b152864779fcce (diff) | |
Fix erroneous ( instead of {.v1.6.56
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
