mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
add libpcre.pc file
This commit is contained in:
parent
f43f50c225
commit
e6ee857f8b
1 changed files with 13 additions and 0 deletions
13
deps/pcre/lib/pkgconfig/libpcre.pc
vendored
Normal file
13
deps/pcre/lib/pkgconfig/libpcre.pc
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue