]> spindle.queued.net Git - midori/commitdiff
Fix CCFLAGS in wscript
authorEnrico Tröger <enrico.troeger@uvena.de>
Thu, 19 Jun 2008 22:28:33 +0000 (00:28 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 19 Jun 2008 22:28:33 +0000 (00:28 +0200)
wscript

diff --git a/wscript b/wscript
index eaaa9fdf8a97546e4f23c5af12fe17270a1876a0..17fa3af1a6760949fbb0910629e78f4633b66225 100644 (file)
--- a/wscript
+++ b/wscript
@@ -54,7 +54,7 @@ def configure (conf):
     conf.define ('GETTEXT_PACKAGE', APPNAME)
 
     conf.write_config_header ('config.h')
-    conf.env['CCFLAGS'] += ['-DHAVE_CONFIG_H']
+    conf.env.append_value ('CCFLAGS', '-DHAVE_CONFIG_H')
 
 def set_options (opt):
     opt.tool_options ('compiler_cc')