13 lines
381 B
PkgConfig
13 lines
381 B
PkgConfig
![]() |
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk
|
||
|
prefix=${homebrew_sdkroot}/usr
|
||
|
exec_prefix=/usr
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libedit
|
||
|
Description: command line editor library provides generic line editing, history, and tokenization functions.
|
||
|
Version: 3.0
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -ledit
|
||
|
Cflags: -I${includedir}/editline
|