diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 12:58:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 21:23:03 +0200 |
| commit | 549d773545f4f428c3cef9977bb9691d818abbce (patch) | |
| tree | e08c7aa7db6b4309e72d0497546a0562106bafb2 /cscript | |
| parent | 13c50dcea5aba715b205b0d84b9fc890fa43718a (diff) | |
Simplify handling of static libraries.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -571,8 +571,6 @@ def configure_options(target, options, for_package=False): if target.distro == 'centos': if target.version == '6.5': opt += ' --static-boost --static-xmlpp' - elif target.version == '7': - opt += ' --workaround-gssapi' if not options['gui']: opt += ' --disable-gui' |
