diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-29 00:05:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-29 00:05:08 +0100 |
| commit | ce9522c2c3e8258074c60147a61922eb3597119c (patch) | |
| tree | 0f9d3332077e8ab7795f0117bbcb56d552927fb2 /wscript | |
| parent | f5b62413a66951f3ce21c484560ca2a2b673897a (diff) | |
Bump libsub for Centos build fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -315,11 +315,11 @@ def configure(conf): # libsub if conf.options.static_sub: - conf.check_cfg(package='libsub-1.0', atleast_version='1.4.9', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.10', args='--cflags', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] conf.env.STLIB_SUB = ['sub-1.0'] else: - conf.check_cfg(package='libsub-1.0', atleast_version='1.4.9', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.10', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++ |
