diff options
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r-- | recipes/libvpx.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe index 89941425..d1890dbd 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -52,7 +52,8 @@ class Recipe(recipe.Recipe): self.new_env['LD'] = os.environ.get('CC', 'gcc') if self.config.target_platform == Platform.DARWIN: if self.config.target_distro_version in [DistroVersion.OS_X_MOUNTAIN_LION, - DistroVersion.OS_X_LION, DistroVersion.OS_X_MAVERICKS] and arch != 'x86': + DistroVersion.OS_X_LION, DistroVersion.OS_X_MAVERICKS, + DistroVersion.OS_X_YOSEMITE] and arch != 'x86': platform = 'darwin11' else: platform = 'darwin10' |