diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-20 21:40:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-20 21:40:55 +0100 |
| commit | 3bf376a8e2ca0464f483c8c8b18192874b2f007d (patch) | |
| tree | d432ccf60ee23f5ff44bae892407267ffff128d8 /wscript | |
| parent | 884093edac5f63d26c02d411c73dfb52376ccf8f (diff) | |
Fix static build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ def dynamic_openjpeg(conf): def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh): conf.check_cfg(package='libdcp', atleast_version='0.92', 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', 'asdcp-libdcp', 'kumu-libdcp'] + conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-libdcp-1.0', 'kumu-libdcp-1.0'] conf.env.LIB_DCP = ['glibmm-2.4', 'ssl', 'crypto', 'bz2', 'xslt'] if static_boost: |
