diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-22 00:34:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-22 00:34:09 +0000 |
| commit | 2074fd0b9eafe7f79079f665039e9f554f1445e7 (patch) | |
| tree | a82c009acab0ae0789c5ea5805a07b9a06870bcf /wscript | |
| parent | 9bbfca52271e25f23cdc7b5a3f267351f4fdb485 (diff) | |
Fix .pc file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ def build(bld): bld(source='libsub-1.0.pc.in', version=VERSION, - includedir='%s/include' % bld.env.PREFIX, + includedir='%s/include/libsub-1.0' % bld.env.PREFIX, libs="-L${libdir} -lsub -lboost_system%s" % boost_lib_suffix, install_path='${LIBDIR}/pkgconfig') |
