From cb800ada71e13ce3eb4e949d825523f94171bbd4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Nov 2015 21:05:09 +0000 Subject: Fix build on Fedora 23. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index b09bbc4..f87c294 100644 --- a/cscript +++ b/cscript @@ -9,7 +9,7 @@ def build(target, options): cmd += ' --static' if target.distro == 'centos': cmd += ' --disable-tests' - if target.distro == 'debian' and target.version == 'unstable': + 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.debug: cmd += ' --enable-debug' -- cgit v1.2.3