diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-13 17:10:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | 67c670d6cf8fb063341364eba25e4ef9530a9b66 (patch) | |
| tree | 9eb1ac903b2f6b2bb61d92cd2275ceb3395b0af3 /examples/wscript | |
| parent | fe90ef2c3c03e1546c08be1f1ab90edd8d2eba3e (diff) | |
xerces-related build fixes.
Diffstat (limited to 'examples/wscript')
| -rw-r--r-- | examples/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wscript b/examples/wscript index a71a215b..f7d3431a 100644 --- a/examples/wscript +++ b/examples/wscript @@ -20,7 +20,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'make_dcp' obj.use = 'libdcp%s' % bld.env.API_VERSION - obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM' + obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM OPENSSL XMLSEC1' obj.source = 'make_dcp.cc' obj.target = 'make_dcp' obj.install_path = '' @@ -28,7 +28,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'read_dcp' obj.use = 'libdcp%s' % bld.env.API_VERSION - obj.uselib = 'OPENJPEG CXML MAGICK OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM' + obj.uselib = 'OPENJPEG CXML MAGICK OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM OPENSSL XMLSEC1' obj.source = 'read_dcp.cc' obj.target = 'read_dcp' obj.install_path = '' |
