diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 22:25:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 22:25:16 +0100 |
| commit | e454b6046e7381a106296a2093de7f805b73e8a0 (patch) | |
| tree | 843332c528fdbdc94b4e443a6fcf1c6ecae0bf74 /wscript | |
| parent | 57133dca82a50ad6ad175e3432188033e3eaad87 (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', 'glibmm-2.4', 'glib-2.0'] + conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre'] 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) |
