aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorLioncash <[email protected]>2019-10-29 17:13:40 -0400
committerLioncash <[email protected]>2019-10-29 19:52:40 -0400
commit1643af431c50a0518b50fbc1f7c8c9470a9dfbdc (patch)
treece73711d6ceeff7ddd69d562352fdd4cd98293f2 /.gitmodules
parentc2486f77e4ba78ba58e9894b1f6f07dd29798331 (diff)
downloadyuzu-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--.gitmodules8
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