From bb28bf901f87ece309f45fa0e538df59671fc67a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Sep 2011 19:45:13 +0000 Subject: Avoid adding -std=c99 to command line repeatedly. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3496 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 3f6676b..9be2415 100644 --- a/wscript +++ b/wscript @@ -78,7 +78,7 @@ def configure(conf): autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/lv2core/lv2.h') - conf.env.append_value('CFLAGS', '-std=c99') + conf.env.append_unique('CFLAGS', '-std=c99') autowaf.define(conf, 'LILV_VERSION', LILV_VERSION) if Options.options.dyn_manifest: autowaf.define(conf, 'LILV_DYN_MANIFEST', 1) -- cgit v1.2.1