diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:53:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:53:14 +0000 |
| commit | a2f04bbeac4a8d15f1cad72471cf2fb3a12d3cb9 (patch) | |
| tree | a721db7dea8b49abae7bf8e81e4ccb1fd28f7de9 /wscript | |
| parent | a38346bbeaa6201b78cd8d1e7377a7db2fc72f47 (diff) | |
Missing library.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ def configure(conf): conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags', uselib_store='CXML', mandatory=True) conf.env.HAVE_ASDCPLIB_CTH = 1 conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth'] - conf.env.LIB_ASDCPLIB_CTH = ['openssl'] + conf.env.LIB_ASDCPLIB_CTH = ['ssl', 'crypto'] conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True) else: conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) |
