diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-24 11:19:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-24 11:19:34 +0100 |
| commit | 5d002b3c904dd8fbad1bec8af119f3cd06b48d89 (patch) | |
| tree | 7971b919f1e889c72f6a9cedf05dba725db419b8 /wscript | |
| parent | 5b9b674d8b33469859ca181d8c5ebaca0a5e4ac6 (diff) | |
Use libfmt to convert things to non-locale-influenced strings.
Related to DoM bug #2218.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ def configure(conf): conf.check_cfg(package='xmlsec1', args='--cflags --libs', uselib_store='XMLSEC1', mandatory=True) # Remove erroneous escaping of quotes from xmlsec1 defines conf.env.DEFINES_XMLSEC1 = [f.replace('\\', '') for f in conf.env.DEFINES_XMLSEC1] + conf.check_cfg(package='fmt', args='--cflags --libs', uselib_store='FMT', mandatory=True) # ImageMagick / GraphicsMagick if not conf.options.disable_examples: |
