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-25 14:21:44 +0200 |
commit | b22b6cd22681cf6b879254255cf377f2da6e42b0 (patch) | |
tree | 122fc7246ec2cc723474262151119d341ee8ef6d | |
parent | 1e3f6fbef9ab13d5e884bb3b27ac7795915d1eb4 (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 23e43fe5..e429602e 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -66,7 +66,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' |