More wscript fixes.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Jan 2016 14:41:59 +0000 (14:41 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Jan 2016 14:41:59 +0000 (14:41 +0000)
wscript

diff --git a/wscript b/wscript
index 880ec5befbd8db4974e9b959dece75d8caadd69d..01bee52f6f16167941d8842f6dd1300d87d047b7 100644 (file)
--- 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)