diff options
Diffstat (limited to 'recipes/gettext.recipe')
-rw-r--r-- | recipes/gettext.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gettext.recipe b/recipes/gettext.recipe index aa1fc35b..58c9c6b5 100644 --- a/recipes/gettext.recipe +++ b/recipes/gettext.recipe @@ -25,4 +25,4 @@ class Recipe(recipe.Recipe): self.make_install = 'cd %s && make PACKAGE=gettext-tools install' % intl_path if self.config.target_platform == Platform.WINDOWS: self.configure_options += ' --enable-threads=win32' - self.append_env['CFLAGS'] = '-Dlocale_charset=intl_locale_charset' + self.append_env('CFLAGS', '-Dlocale_charset=intl_locale_charset') |