diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-01-25 11:19:08 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-01-31 20:12:36 +0200 |
commit | 77dc8223fb464cbfb0bc690ad4c02899c46fffce (patch) | |
tree | 6d607dd6163c9f2101a0e8cec651974f04455fdb | |
parent | 386f0d416eb577f1f9ddcf93a4711fd8dc16162a (diff) |
libvpx: Fix loading of recipe
-rw-r--r-- | recipes/libvpx.recipe | 2 |
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' |