Skip to content

Commit

Permalink
libffi.recipe: Use v3.2 for ARM instead of 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbheek committed Mar 23, 2015
1 parent 5e5cd86 commit 59fed85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/libffi.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ class Recipe(recipe.Recipe):
elif Architecture.is_arm(self.config.target_arch):
dir = 'arm-apple-darwin*'
arch = 'arm'
# FIXME: 3.2.1 rewrote ffi support for arm, and broke it for iOS
# We work around that by using 3.2 for 32-bit ARM on iOS
# https://github.com/atgreen/libffi/issues/181
self.version = "3.2"
self.commit = "ae8d2554c5f192be54dadc9f99a1449b4df1b222"

self.files_devel.append(os.path.join(self.libffidir, 'include', '*', 'ffi.h'))
self.files_devel.append(os.path.join(self.libffidir, 'include', '*', 'ffitarget.h'))
Expand Down

0 comments on commit 59fed85

Please sign in to comment.