diff options
Diffstat (limited to 'recipes/libvorbis.recipe')
-rw-r--r-- | recipes/libvorbis.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libvorbis.recipe b/recipes/libvorbis.recipe index ebddafc..67885ff 100644 --- a/recipes/libvorbis.recipe +++ b/recipes/libvorbis.recipe @@ -19,5 +19,5 @@ class Recipe(recipe.Recipe): # These optimizations make the linker think the object file is not # for the arm architecture shell.replace (os.path.join(self.build_dir, 'configure'), - {'-O4': '-O2'}) + {'-O4': '-O2', '-force_cpusubtype_ALL': ' '}) super(recipe.Recipe, self).configure() |