summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-28 11:15:16 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-28 11:15:16 +0200
commit1d4438929500c95ad217b22597effc71dd1be154 (patch)
tree19d51d84e3c112c533d902c6c7dfb209b06b4ab6
parented130c675563ba21c497f14cd5c571034496053e (diff)
pygobject: fix typo
-rw-r--r--recipes/pygobject.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pygobject.recipe b/recipes/pygobject.recipe
index a022043..87a1a2a 100644
--- a/recipes/pygobject.recipe
+++ b/recipes/pygobject.recipe
@@ -14,7 +14,7 @@ class Recipe(recipe.Recipe):
self.files_mainlib = ['bin/libpyglib-2.0-python.pyd']
self.files_libs = []
if self.config.target_distro_version == DistroVersion.REDHAT_6:
- append_env = {'CFLAGS': ' -D_GNU_SOURCE=1'}
+ self.append_env = {'CFLAGS': ' -D_GNU_SOURCE=1'}
def post_install(self):
import shutil