diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-24 11:19:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-22 21:37:54 +0100 |
| commit | 62d306ad626cf6a98211c523280a46c1a7a2f15e (patch) | |
| tree | 9446012873ad5073fbbab878167700b8a1878c35 /wscript | |
| parent | 79c9c0ff36eb55f45f1ac0c0582e16cd4b0bb3f7 (diff) | |
Use libfmt to convert things to non-locale-influenced strings.fmt2
Related to DoM bug #2218.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,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) and (not conf.options.disable_dumpimage): |
