diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-20 20:40:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-20 20:40:09 +0100 |
| commit | 18334eafa23d028a1d1f2a88169c08f5029f2059 (patch) | |
| tree | b09ca870e24935f02d248c0cb037387080c88501 /wscript | |
| parent | 3fd266fed7d175a401f1168a613b6a4384035212 (diff) | |
Fix .pc file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ def build(bld): bld(source='libdcp%s.pc.in' % bld.env.API_VERSION, version=VERSION, includedir='%s/include/libdcp%s' % (bld.env.PREFIX, bld.env.API_VERSION), - libs="-L${libdir} -ldcp%s -lasdcp-libdcp%s -lkumu-libdcp%s -lcxml -lboost_system%s" % (API_VERSION, API_VERSION, API_VERSION, boost_lib_suffix), + libs="-L${libdir} -ldcp%s -lasdcp-libdcp%s -lkumu-libdcp%s -lcxml -lboost_system%s" % (API_VERSION, bld.env.API_VERSION, bld.env.API_VERSION, boost_lib_suffix), install_path='${LIBDIR}/pkgconfig') bld.recurse('src') |
