From c75c76aa3c6564b3720b6bda40c19ca9ba95648c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Aug 2012 21:14:20 +0000 Subject: Update to r74/autowaf (Add autowaf.set_c99_mode()). git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/matriseq@4625 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 135755c..23d326f 100644 --- a/wscript +++ b/wscript @@ -16,13 +16,9 @@ def options(opt): def configure(conf): conf.load('compiler_c') autowaf.configure(conf) + autowaf.set_c99_mode(conf) autowaf.display_header('Matriseq Configuration') - if conf.env.MSVC_COMPILER: - conf.env.append_unique('CFLAGS', ['-TP', '-MD']) - else: - conf.env.append_unique('CFLAGS', '-std=c99') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') autowaf.check_pkg(conf, 'naub-0', atleast_version='0.0.0', uselib_store='NAUB') -- cgit v1.2.1