diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-13 12:38:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-13 12:38:59 +0100 |
| commit | 834d90fb192c45ac716b8be42d62d334de848681 (patch) | |
| tree | 7ebf11275a15ed16591af310469e148e94cfdfc5 /wscript | |
| parent | 283205f4bff717d0f70b5a4464df4ebd3581a51b (diff) | |
Fix previous.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ def configure(conf): conf.env.LIB_XMLSEC = ['xmlsec1-openssl', 'xmlsec1'] # nettle - config.check_cfg(package="nettle", args='--cflags --libs', uselib_store='NETTLE', mandatory=True) + conf.check_cfg(package="nettle", args='--cflags --libs', uselib_store='NETTLE', mandatory=True) # FFmpeg if conf.options.static_ffmpeg: |
