diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-19 22:41:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-20 00:31:10 +0200 |
| commit | 835b4625429b5f57ff381e1321230901f43e13fc (patch) | |
| tree | 2e8f131bef6a6544852c400a898a0ec8ff0a0476 /wscript | |
| parent | a04082a9447fb51d51720d4569ae354ae970931a (diff) | |
Rename .pc file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ def configure(conf): conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE') def build(bld): - bld(source='libleqm_nrt.pc.in', + bld(source='leqm_nrt.pc.in', version=VERSION, includedir='%s/include/libdcp%s' % (bld.env.PREFIX, bld.env.API_VERSION), libs="-L${libdir} -lleqm_nrt", |
