diff options
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r-- | recipes/x264.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe index ee691870..2eaae962 100644 --- a/recipes/x264.recipe +++ b/recipes/x264.recipe @@ -37,7 +37,7 @@ class Recipe(recipe.Recipe): AS = [cc] else: AS = [] - if self.config.target_platform == Platform.IOS: + if self.config.target_platform in [Platform.IOS, Platform.DARWIN]: if Architecture.is_arm(self.config.target_arch): # x264 ships its own gas-preprocessor.pl AS = ['tools/' + self.get_env('GAS')] |