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:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -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
1
3rdparty/pcre
vendored
Submodule
Submodule 3rdparty/pcre added at 5b934c2a67
Reference in New Issue
Block a user