diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-05 08:50:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-05 08:50:31 +0100 |
| commit | 5850e1da92f2938609dd2a6289691293da5d3ad2 (patch) | |
| tree | e6ab9f7c11624ca35f7ee64880236e32a6ac8525 /wscript | |
| parent | 8f8d6088ef82644fdf45a9660921b620ae312f5e (diff) | |
Fix static build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ def configure(conf): conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libdcp-1.0', atleast_version='1.6.2', args='--cflags', uselib_store='DCP', mandatory=True) conf.env.HAVE_DCP = 1 - conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-cth', 'kumu-cth', 'openjp2'] + conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-carl', 'kumu-carl', 'openjp2'] conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1'] else: conf.check_cfg(package='libcxml', atleast_version='0.16.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) |
