diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 22:03:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 22:03:42 +0100 |
| commit | f09d0b3533fd428c321f9d6aa3b200311afb9c42 (patch) | |
| tree | 87a6e6ae048572ea31020cfb69ed5c8df58973e8 /wscript | |
| parent | c4e169481578ea3b64c5ae4b0a4e4bb7a53af753 (diff) | |
More static build fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ def configure(conf): if conf.options.static: conf.env.HAVE_CXML = 1 - conf.env.STLIB_CXML = ['cxml'] + conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4'] 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) |
