diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 16:56:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 16:56:04 +0100 |
| commit | 16fed28053701e47f09c7efbd43cbc21d919455e (patch) | |
| tree | 7c94fbc44597490c9583dbb74b9bd9a9d8586d5d /wscript | |
| parent | 272d715accff6bad0edef988599152d38484770e (diff) | |
Try to fix static build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ def configure(conf): if conf.options.static: conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] + conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) else: conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True) |
