Replace Expat sources directory with a Git submodule
This will make it simpler to track upstream in the future.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -9,3 +9,7 @@
|
||||
path = src/png
|
||||
url = https://github.com/wxWidgets/libpng.git
|
||||
branch = wx
|
||||
[submodule "src/expat"]
|
||||
path = src/expat
|
||||
url = https://github.com/wxWidgets/libexpat.git
|
||||
branch = wx
|
||||
|
Reference in New Issue
Block a user