summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-27 19:45:13 +0000
committerDavid Robillard <d@drobilla.net>2011-09-27 19:45:13 +0000
commitbb28bf901f87ece309f45fa0e538df59671fc67a (patch)
tree19cebce062ea4fe55dc8419f94aae30d903a6ad2 /wscript
parent2717605d3e163b60158f0d5c785eb48b66e79442 (diff)
downloadlilv-bb28bf901f87ece309f45fa0e538df59671fc67a.tar.gz
lilv-bb28bf901f87ece309f45fa0e538df59671fc67a.tar.bz2
lilv-bb28bf901f87ece309f45fa0e538df59671fc67a.zip
Avoid adding -std=c99 to command line repeatedly.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3496 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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)