summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-03 00:03:17 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-03 00:03:17 +0000
commit843696b680e974a42e724bc8bfe548f1fbac6eb5 (patch)
treef760b33ecd47ed22d98f91c7021cf9118680245d /wscript
parent85329dc47a04bea897f707281f584073ef23ac21 (diff)
Try to fix static build.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e6ab6b667..26dd3c9b0 100644
--- 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)