summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-29 14:51:09 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-29 14:51:09 +0000
commita38346bbeaa6201b78cd8d1e7377a7db2fc72f47 (patch)
tree17296bf893c817670d095ed72899acccc97a6851
parent90e7e1c54db6bd8377159a922701d8490cfa7f8c (diff)
Missing library.
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 01bee52..9551bc4 100644
--- a/wscript
+++ b/wscript
@@ -37,6 +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.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)