mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
13 lines
326 B
PkgConfig
13 lines
326 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.45
|
|
Libs: -L${libdir} -lpcre
|
|
Libs.private:
|
|
Cflags: -I${includedir} -DPCRE_STATIC
|