diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-01-28 14:02:22 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-01-28 14:02:22 +0100 |
commit | 256428a9a022198058b6725e5163e6508f5a738b (patch) | |
tree | 7e77f48a2fd102454d5c7f67efdbf8e61ed5f363 | |
parent | 136e85c052119817c7a70ade180e49033c98665e (diff) |
fixup ffi
-rw-r--r-- | recipes/libffi.recipe | 2 |
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' |