diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -574,6 +574,8 @@ def configure_options(target, options, for_package=False): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi' + elif target.version == 'stream9': + opt += ' --static-xmlsec' if not options['gui']: opt += ' --disable-gui' |
