From e7b963f6df40bf5ff5a0b586bebc6487caf8a28c 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/blop.lv2@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 ea7b1c8..ac61007 100644 --- a/wscript +++ b/wscript @@ -22,13 +22,9 @@ def options(opt): def configure(conf): conf.load('compiler_c') autowaf.configure(conf) + autowaf.set_c99_mode(conf) autowaf.display_header('Blop.LV2 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') conf.check(function_name = 'sinf', -- cgit v1.2.1