diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-30 16:08:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-30 16:08:12 +0000 |
| commit | 713a073cae011a108e6acb69daca73abf852783c (patch) | |
| tree | 027d66fdc5b44e842e77987abf4fea299bc47fd9 /wscript | |
| parent | d14bbc2088ed9c0f9d77f15cb943968a70bb8198 (diff) | |
Various bits of development.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ def build(bld): bld(source = 'libcxml.pc.in', version = VERSION, includedir = '%s/include' % bld.env.PREFIX, - libs = "-L${libdir}", + libs = "-L${libdir} -lcxml", install_path = '${LIBDIR}/pkgconfig') bld.recurse('src') |
