summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Lioncash2019-10-29 17:13:40 -0400
committerGravatar Lioncash2019-10-29 19:52:40 -0400
commit1643af431c50a0518b50fbc1f7c8c9470a9dfbdc (patch)
treece73711d6ceeff7ddd69d562352fdd4cd98293f2 /.gitmodules
parentexternals: Amend zlib submodule (diff)
downloadyuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.gz
yuzu-1643af431c50a0518b50fbc1f7c8c9470a9dfbdc.tar.xz
yuzu-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 @@
47 path = externals/sirit 47 path = externals/sirit
48 url = https://github.com/ReinUsesLisp/sirit 48 url = https://github.com/ReinUsesLisp/sirit
49[submodule "libzip"] 49[submodule "libzip"]
50 path = externals/libzip 50 path = externals/libzip/libzip
51 url = https://github.com/DarkLordZach/libzip 51 url = https://github.com/nih-at/libzip.git
52[submodule "zlib"] 52[submodule "zlib"]
53 path = externals/zlib/zlib 53 path = externals/zlib/zlib
54 url = https://github.com/madler/zlib.git 54 url = https://github.com/madler/zlib.git