summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-29 14:53:14 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-29 14:53:14 +0000
commita2f04bbeac4a8d15f1cad72471cf2fb3a12d3cb9 (patch)
treea721db7dea8b49abae7bf8e81e4ccb1fd28f7de9 /wscript
parenta38346bbeaa6201b78cd8d1e7377a7db2fc72f47 (diff)
Missing library.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9551bc4..89fcf6d 100644
--- a/wscript
+++ b/wscript
@@ -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)