From 18ee7521eb352bd51c376cdb181f1bd51f202e1a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Oct 2019 20:54:18 +0200 Subject: Fix it. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 87d2949..386e368 100644 --- a/wscript +++ b/wscript @@ -40,7 +40,7 @@ def options(opt): opt.add_option('--enable-debug', action='store_true', default=False, help='build with debugging information and without optimisation') opt.add_option('--static', action='store_true', default=False, help='build statically') opt.add_option('--disable-tests', action='store_true', default=False, help='disable building of tests') - opt.add_option('--disable-cpp11', action='store_false', default=True, help='prevent use of C++11') + opt.add_option('--disable-cpp11', action='store_true', default=False, help='prevent use of C++11') def configure(conf): conf.load('compiler_cxx') -- cgit v1.2.3