From 415850673d8a14dec085f426ad1185da31bc6e49 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Dec 2017 21:58:01 +0000 Subject: Try to tidy up C++11 hacks. --- cscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index beb64132..973bc06a 100644 --- a/cscript +++ b/cscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2016 Carl Hetherington +# Copyright (C) 2012-2017 Carl Hetherington # # This file is part of libdcp. # @@ -47,8 +47,6 @@ def build(target, options): cmd += ' --static' if target.distro == 'centos': 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') elif target.platform == 'windows': cmd += ' --target-windows --disable-gcov --disable-tests' if target.version == 'xp': -- cgit v1.2.3