mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
97be837ff5
This performs *most* of the pcreectomy ofb418e36f22
. It removes the tests and docs and all the large files, but it does *not* touch any of the files except for making Find_Package quiet (783a895b11
) or remove the AUTHORS and similar files as they are very small. This seems much easier, cleaner, nicer and has 90% of the effect of the old - the size now is 2.7MB instead of 2.1MB, down from 10MB. Fixes #7599
13 lines
406 B
PkgConfig
Vendored
13 lines
406 B
PkgConfig
Vendored
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libpcre2-32
|
|
Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 32 bit character support
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lpcre2-32@LIB_POSTFIX@
|
|
Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
|
Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
|