From: Enrico Tröger Date: Thu, 19 Jun 2008 22:28:33 +0000 (+0200) Subject: Fix CCFLAGS in wscript X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c222d793afb97a6d7afc749bd938fcd46f40c4;p=midori Fix CCFLAGS in wscript --- diff --git a/wscript b/wscript index eaaa9fdf..17fa3af1 100644 --- 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')