summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-29 14:41:59 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-29 14:41:59 +0000
commit90e7e1c54db6bd8377159a922701d8490cfa7f8c (patch)
tree482fa21119773baf0e9bd5fee42cd2cdbec6e675 /wscript
parentef2b005a86471bdcdff1e663008714be0c80788a (diff)
More wscript fixes.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 880ec5b..01bee52 100644
--- a/wscript
+++ b/wscript
@@ -36,7 +36,7 @@ def configure(conf):
conf.env.STLIB_CXML = ['cxml']
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.STATIC_ASDCPLIB_CTH = ['asdcplib-cth', 'kumu-cth']
+ conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth']
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)