diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-19 22:00:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-19 22:00:10 +0100 |
| commit | 29f9e70edf4bb565e1a49f326f717f149895654f (patch) | |
| tree | 68876c053f1bd0842e9f6babcb308b3180c30ea1 /wscript | |
| parent | c81e8adf8dd6cc1c795e449c816b867d7319b78b (diff) | |
Failed attempts.fed43
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ def configure(conf): mandatory=False) conf.check_cfg(package='libxml++-' + conf.env.XMLPP_API, args='--cflags --libs', uselib_store='LIBXML++', mandatory=True) - conf.check_cfg(package='xmlsec1-openssl', args='--cflags --libs', uselib_store='XMLSEC1', mandatory=True) + 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] |
