diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:12:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:12:53 +0100 |
| commit | 5d432cfed4c190aafcd2292fbf81cdd80821eb5d (patch) | |
| tree | 7817c21843c499d45fb07132de7c1eba1d5f95f5 /wscript | |
| parent | 0890f62f5b3f390e3e6e682a885e4bf64e8714b2 (diff) | |
Use -carl rather than -cth to match the git branch name.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ import sys import distutils.spawn from waflib import Logs -APPNAME = 'libasdcp-cth' +APPNAME = 'libasdcp-carl' if os.path.exists('.git'): this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0].decode('utf-8') @@ -88,10 +88,10 @@ def build(bld): boost_lib_suffix = '' flags = '' - bld(source='libasdcp-cth.pc.in', + bld(source='libasdcp-carl.pc.in', version=VERSION, - includedir='%s/include/libasdcp-cth' % bld.env.PREFIX, - libs="-L${libdir} -lasdcp-cth -lkumu-cth -lboost_system%s" % boost_lib_suffix, + includedir='%s/include/libasdcp-carl' % bld.env.PREFIX, + libs="-L${libdir} -lasdcp-carl -lkumu-carl -lboost_system%s" % boost_lib_suffix, cflags=flags, install_path='${LIBDIR}/pkgconfig') |
