diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:41:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:41:59 +0000 |
| commit | 90e7e1c54db6bd8377159a922701d8490cfa7f8c (patch) | |
| tree | 482fa21119773baf0e9bd5fee42cd2cdbec6e675 /wscript | |
| parent | ef2b005a86471bdcdff1e663008714be0c80788a (diff) | |
More wscript fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
