summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-01-28 14:02:22 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-01-28 14:02:22 +0100
commit256428a9a022198058b6725e5163e6508f5a738b (patch)
tree7e77f48a2fd102454d5c7f67efdbf8e61ed5f363
parent136e85c052119817c7a70ade180e49033c98665e (diff)
fixup ffi
-rw-r--r--recipes/libffi.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libffi.recipe b/recipes/libffi.recipe
index 19e045f8..0da966e4 100644
--- a/recipes/libffi.recipe
+++ b/recipes/libffi.recipe
@@ -26,7 +26,7 @@ class Recipe(recipe.Recipe):
licenses = [License.BSD_like]
files_libs = ['libffi']
- files_devel = ['lib/libffi-3.2/include/ffi.h', 'lib/pkgconfig/libffi.pc']
+ files_devel = ['lib/libffi-3.2.1/include/ffi.h', 'lib/pkgconfig/libffi.pc']
def prepare(self):
self.remotes['origin'] = 'https://github.com/atgreen/libffi.git'