mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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:
@@ -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
Submodule 3rdparty/pcre added at 5b934c2a67
Reference in New Issue
Block a user