diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-28 23:33:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-28 23:33:23 +0100 |
| commit | f5b62413a66951f3ce21c484560ca2a2b673897a (patch) | |
| tree | 2705c7f9f0addef801092d9888debeb51a196321 /wscript | |
| parent | d5dc6e380409b003fc52a97251c2c16b29641cf0 (diff) | |
Bump libsub for \c support.
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.8', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.9', 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.8', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.9', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++ |
