diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-10 11:16:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-10 11:16:32 +0000 |
| commit | 51b6ce7111d08613774e4e510a553c010abca8d4 (patch) | |
| tree | 17d46abe41b323bcf50504a950b6affecbc319e8 | |
| parent | 1e063f223e33d6946a5165795bbb90d404f86e00 (diff) | |
Fix cscript.1.0-new-openssl
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -47,8 +47,6 @@ def build(target, options): cmd += ' --disable-tests' if (target.distro == 'debian' and target.version == 'unstable' or target.distro == 'fedora' and target.version == '23'): target.append_with_space('CXXFLAGS', '-std=c++11') - if (target.distro == 'debian' and target.version == 'unstable'): - cmd += ' --openssl-new-api' elif target.platform == 'windows': cmd += ' --target-windows --disable-gcov --disable-tests' if target.version == 'xp': |
