mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-02 00:11:56 +00:00
14 lines
327 B
PkgConfig
14 lines
327 B
PkgConfig
|
# Package Information for pkg-config
|
||
|
|
||
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libpcre
|
||
|
Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
|
||
|
Version: 8.44
|
||
|
Libs: ${libdir}/libpcre.a
|
||
|
Libs.private:
|
||
|
Cflags: -I${includedir} -DPCRE_STATIC
|