externals: Track upstream libzip
Stops relying on a fork for providing zip handling and instead tracks the upstream branch but keeps any necessary build-related changes in the source tree directly without modifying the libzip target itself.
This commit is contained in:
parent
c2486f77e4
commit
1643af431c
5 changed files with 570 additions and 5 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -47,8 +47,8 @@
|
|||
path = externals/sirit
|
||||
url = https://github.com/ReinUsesLisp/sirit
|
||||
[submodule "libzip"]
|
||||
path = externals/libzip
|
||||
url = https://github.com/DarkLordZach/libzip
|
||||
path = externals/libzip/libzip
|
||||
url = https://github.com/nih-at/libzip.git
|
||||
[submodule "zlib"]
|
||||
path = externals/zlib/zlib
|
||||
url = https://github.com/madler/zlib.git
|
||||
path = externals/zlib/zlib
|
||||
url = https://github.com/madler/zlib.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue