Skip to content

Instantly share code, notes, and snippets.

@lucasvr
Created February 17, 2017 17:33
Show Gist options
  • Save lucasvr/0a013eb1b281f6d7c8cb96be0bbf8c94 to your computer and use it in GitHub Desktop.
Save lucasvr/0a013eb1b281f6d7c8cb96be0bbf8c94 to your computer and use it in GitHub Desktop.
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