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:
parent
7b3659ea19
commit
966e9cefb5
2 changed files with 5 additions and 0 deletions
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
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5b934c2a6770c05ae3e9bc5f63e0ed5da098b08b
|
||||
Loading…
Add table
Add a link
Reference in a new issue