diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-17 00:24:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-17 00:24:00 +0100 |
| commit | 6bb785c1c7b0acf4ba3d0ea3511dbce30894646e (patch) | |
| tree | c93c04e776f5c2ca48c83a90c728ab50d7095817 /wscript | |
| parent | b9da90c7256cf15fff985c63d59ef21fd77ea1a8 (diff) | |
Try to fix static build.
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', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'z'] + conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'lzma', 'dl', 'z'] 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) |
