mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
11 lines
247 B
PkgConfig
11 lines
247 B
PkgConfig
![]() |
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${libdir}/libffi-3.0.13/include
|
||
|
|
||
|
Name: libffi
|
||
|
Description: Library supporting Foreign Function Interfaces
|
||
|
Version: 3.0.13
|
||
|
Libs: -L${libdir} -lffi
|
||
|
Cflags: -I${includedir}
|