mirror of
https://github.com/darlinghq/darling-pcre.git
synced 2024-11-23 12:09:48 +00:00
14 lines
328 B
PkgConfig
14 lines
328 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libpcre16
|
|
Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
|
|
Version: 8.44
|
|
Libs: -L${libdir} -lpcre16
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|