diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-27 14:52:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-27 14:52:53 +0100 |
| commit | 5c17e2ab63359ecbb1a907308dc0a2e6d270d4da (patch) | |
| tree | b5507cb8d0fa1ee69ab979e1b449a58454a94141 /cscript | |
| parent | dd42b45467d3fb01e62065964ed7f402a0ba1cb8 (diff) | |
Attempted Centos 7 fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ def configure_options(target): if target.version == '6.5': opt += ' --static-boost --static-xmlpp' elif target.version == '7': - opt += ' --workaround-gssapi --static-xmlpp' + opt += ' --workaround-gssapi' # Build Windows debug versions with static linking as I think gdb works better then if target.debug and target.platform == 'windows': |
