Try to fix static build.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 00:03:17 +0000 (00:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 00:03:17 +0000 (00:03 +0000)
wscript

diff --git a/wscript b/wscript
index e6ab6b667af89204244f46538277fe8ddb3130cc..26dd3c9b0da836940dfd4c5dbe70b94e541284ef 100644 (file)
--- a/wscript
+++ b/wscript
@@ -239,7 +239,7 @@ def configure(conf):
     if conf.options.static_dcp:
         conf.check_cfg(package='libdcp-1.0', atleast_version='1.2.8', args='--cflags', uselib_store='DCP', mandatory=True)
         conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP]
-        conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-libdcp-1.0', 'kumu-libdcp-1.0', 'openjp2']
+        conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-cth', 'kumu-cth', 'openjp2']
         conf.env.LIB_DCP = ['glibmm-2.4', 'ssl', 'crypto', 'bz2', 'xslt']
     else:
         conf.check_cfg(package='libdcp-1.0', atleast_version='1.2.8', args='--cflags --libs', uselib_store='DCP', mandatory=True)