Created
February 17, 2017 17:33
-
-
Save lucasvr/0a013eb1b281f6d7c8cb96be0bbf8c94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix=/usr | |
exec_prefix=${prefix} | |
libdir=${exec_prefix}/lib | |
toolexeclibdir=${exec_prefix}/lib/../lib64 | |
includedir=${prefix}/include | |
Name: libffi | |
Description: Library supporting Foreign Function Interfaces | |
Version: 3.2.1 | |
Libs: -L${toolexeclibdir} -lffi | |
Cflags: -I${includedir} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment