mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
11 lines
255 B
PkgConfig
11 lines
255 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
toolexeclibdir=${libdir}
|
|
includedir=${prefix}/include
|
|
|
|
Name: libffi
|
|
Description: Library supporting Foreign Function Interfaces
|
|
Version: 3.4.2
|
|
Libs: -L${toolexeclibdir} -lffi
|
|
Cflags: -I${includedir}
|