diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-22 01:05:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-22 01:05:03 +0000 |
| commit | 05b73764ee2a4637f7bc37dc4d7488b52d437ae6 (patch) | |
| tree | cad4c89f1cf586c771f03bc22ffdc1c737e53e0c /wscript | |
| parent | b8521420b8dcb074fe892cb606f10c98588e301a (diff) | |
Another pkg-config fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ def build(bld): bld(source='libsub%s.pc.in' % bld.env.API_VERSION, version=VERSION, includedir='%s/include/libsub%s' % (bld.env.PREFIX, bld.env.API_VERSION), - libs="-L${libdir} -lsub -lboost_system%s" % boost_lib_suffix, + libs="-L${libdir} -lsub%s -lboost_system%s" % (bld.env.API_VERSION, boost_lib_suffix), install_path='${LIBDIR}/pkgconfig') bld.recurse('src') |
