From ba5d56d27534c6996bc26eb5972d3562ad660545 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 21:22:51 +0100 Subject: Explicitly set language version --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index a9da71c..6ca76f7 100644 --- a/wscript +++ b/wscript @@ -44,6 +44,7 @@ def configure(conf): conf.load('compiler_c', cache=True) conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) + autowaf.set_c_lang(conf, 'c99') conf.env.BUILD_SHARED = not conf.options.no_shared conf.env.BUILD_STATIC = conf.options.static -- cgit v1.2.1