mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
b60a9d8c4a
Closes #5353.
13 lines
329 B
PkgConfig
Vendored
13 lines
329 B
PkgConfig
Vendored
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libpcre2-posix
|
|
Description: Posix compatible interface to libpcre2-8
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpcre2-posix
|
|
Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
|
|
Requires.private: libpcre2-8
|