summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-09 21:58:01 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-09 21:58:01 +0000
commit415850673d8a14dec085f426ad1185da31bc6e49 (patch)
tree5e0558e74f6e9d1d1ba1ae6dd95faedab8e70ab8 /cscript
parent9bcc4e7b7099b07677d77fe9ea52330fc93c7aa7 (diff)
Try to tidy up C++11 hacks.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/cscript b/cscript
index beb64132..973bc06a 100644
--- a/cscript
+++ b/cscript
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+# Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
#
# 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':