From 81e138633076c2d7ef7e1691845757208d02f478 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 19:44:04 +0200 Subject: Build as C++11 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index fe591e5..b02a167 100644 --- a/wscript +++ b/wscript @@ -51,6 +51,7 @@ def configure(conf): conf.load('autowaf', cache=True) autowaf.set_c_lang(conf, 'c99') + autowaf.set_cxx_lang(conf, 'c++11') conf.env.BUILD_UTILS = not Options.options.no_utils conf.env.BUILD_SHARED = not Options.options.no_shared -- cgit v1.2.1