mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
update pcre to 8.45
This commit is contained in:
parent
2c7c7937f3
commit
d992328918
3 changed files with 3 additions and 3 deletions
4
deps/pcre/include/pcre.h
vendored
4
deps/pcre/include/pcre.h
vendored
|
@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
/* The current PCRE version information. */
|
||||
|
||||
#define PCRE_MAJOR 8
|
||||
#define PCRE_MINOR 44
|
||||
#define PCRE_MINOR 45
|
||||
#define PCRE_PRERELEASE
|
||||
#define PCRE_DATE 2020-02-12
|
||||
#define PCRE_DATE 2021-06-15
|
||||
|
||||
/* When an application links to a PCRE DLL in Windows, the symbols that are
|
||||
imported have to be identified as such. When building PCRE, the appropriate
|
||||
|
|
BIN
deps/pcre/lib/libpcre.a
vendored
BIN
deps/pcre/lib/libpcre.a
vendored
Binary file not shown.
2
deps/pcre/lib/pkgconfig/libpcre.pc
vendored
2
deps/pcre/lib/pkgconfig/libpcre.pc
vendored
|
@ -7,7 +7,7 @@ includedir=${prefix}/include
|
|||
|
||||
Name: libpcre
|
||||
Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
|
||||
Version: 8.44
|
||||
Version: 8.45
|
||||
Libs: -L${libdir} -lpcre
|
||||
Libs.private:
|
||||
Cflags: -I${includedir} -DPCRE_STATIC
|
||||
|
|
Loading…
Reference in a new issue