From 2f1da357448bbd37688baecfcc84f997664847a7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Oct 2017 12:50:52 +0200 Subject: Update waf --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 93bbe0f..7e133c7 100644 --- a/wscript +++ b/wscript @@ -24,7 +24,6 @@ def configure(conf): conf.load('compiler_c') conf.load('lv2') autowaf.configure(conf) - autowaf.set_c99_mode(conf) autowaf.display_header('Omins.LV2 Configuration') autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') -- cgit v1.2.1