14 lines
333 B
PkgConfig
14 lines
333 B
PkgConfig
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
|
|
prefix=${homebrew_sdkroot}/usr
|
|
exec_prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
|
|
Name: libxslt
|
|
Version: 1.1.29
|
|
Description: XSLT library version 2.
|
|
Requires: libxml-2.0
|
|
Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm
|
|
Cflags:
|