diff options
Diffstat (limited to 'recipes/flac.recipe')
-rw-r--r-- | recipes/flac.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/flac.recipe b/recipes/flac.recipe index dd20a727..ad402406 100644 --- a/recipes/flac.recipe +++ b/recipes/flac.recipe @@ -20,6 +20,9 @@ class Recipe(recipe.Recipe): 'include/FLAC++', ] + # Skipping because it takes too long + make_check = None + def prepare(self): if self.config.target_platform == Platform.DARWIN: if self.config.target_arch == Architecture.X86: |