2020-04-07 10:14:38 +01:00
|
|
|
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
|
2020-04-04 15:38:55 +01:00
|
|
|
prefix=${homebrew_sdkroot}/usr
|
|
|
|
exec_prefix=/usr
|
2018-06-04 22:54:39 +01:00
|
|
|
libdir=${exec_prefix}/lib
|
2020-04-12 00:42:18 +01:00
|
|
|
includedir=${prefix}/include/libxml2
|
2018-06-04 22:54:39 +01:00
|
|
|
modules=1
|
|
|
|
|
|
|
|
Name: libXML
|
|
|
|
Version: 2.9.4
|
|
|
|
Description: libXML library version2.
|
|
|
|
Requires:
|
|
|
|
Libs: -L${libdir} -lxml2
|
|
|
|
Libs.private: -lz -lpthread -licucore -lm
|
2020-04-12 00:42:18 +01:00
|
|
|
Cflags: -I${includedir}
|