Fix static build.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Dec 2019 07:50:31 +0000 (08:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Dec 2019 07:50:31 +0000 (08:50 +0100)
wscript

diff --git a/wscript b/wscript
index 392c31ff781dd13486b107b5b1f4d83ac3fb72b9..7798f0d9a885dd000e2967b86156087bb509fce9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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)