summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-01-25 11:19:08 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-01-31 20:12:36 +0200
commit77dc8223fb464cbfb0bc690ad4c02899c46fffce (patch)
tree6d607dd6163c9f2101a0e8cec651974f04455fdb
parent386f0d416eb577f1f9ddcf93a4711fd8dc16162a (diff)
libvpx: Fix loading of recipe
-rw-r--r--recipes/libvpx.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe
index e03688eb..4b304d23 100644
--- a/recipes/libvpx.recipe
+++ b/recipes/libvpx.recipe
@@ -67,7 +67,7 @@ class Recipe(recipe.Recipe):
platform = 'win64'
else:
platform = 'win32'
- self.append_env['CFLAGS'] += " -mstackrealign "
+ self.append_env['CFLAGS'] = " -mstackrealign "
# FIXME:
elif self.config.target_platform == Platform.ANDROID:
platform = 'android'