Add PCRE submodule containing PCRE2 with wx-specific changes

The changes in wx branch make it possible to build PCRE using just the
makefiles, i.e. without configure step.

See README-WX.md in the submodule for more details.
This commit is contained in:
Vadim Zeitlin
2021-07-16 17:06:08 +02:00
parent 7b3659ea19
commit 966e9cefb5
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -22,3 +22,7 @@
path = src/jpeg
url = https://github.com/wxWidgets/libjpeg-turbo.git
branch = wx
[submodule "3rdparty/pcre"]
path = 3rdparty/pcre
url = https://github.com/wxWidgets/pcre
branch = wx

1
3rdparty/pcre vendored Submodule

Submodule 3rdparty/pcre added at 5b934c2a67