diff options
author | Lioncash <[email protected]> | 2019-10-29 17:13:40 -0400 |
---|---|---|
committer | Lioncash <[email protected]> | 2019-10-29 19:52:40 -0400 |
commit | 1643af431c50a0518b50fbc1f7c8c9470a9dfbdc (patch) | |
tree | ce73711d6ceeff7ddd69d562352fdd4cd98293f2 /.gitmodules | |
parent | c2486f77e4ba78ba58e9894b1f6f07dd29798331 (diff) | |
download | yuzu-android-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.gz yuzu-android-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index c60628f4b..63bf2cda0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |