From 51b6ce7111d08613774e4e510a553c010abca8d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Nov 2016 11:16:32 +0000 Subject: Fix cscript. --- cscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 17fa4f01..78ccf518 100644 --- a/cscript +++ b/cscript @@ -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': -- cgit v1.2.3