summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Lioncash2019-10-03 22:53:03 -0400
committerGravatar Lioncash2019-10-04 05:01:57 -0400
commit80bdb44ead002e37eec935fb905c604e7d7a1d43 (patch)
tree953c9e9244ccba2f9209a881a11d23f4a2a22136 /.gitmodules
parentMerge pull request #2539 from DarkLordZach/bcat (diff)
downloadyuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.gz
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.tar.xz
yuzu-80bdb44ead002e37eec935fb905c604e7d7a1d43.zip
externals: Use upstream zlib
We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index f3051cca0..35e0d1240 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
51 url = https://github.com/DarkLordZach/libzip 51 url = https://github.com/DarkLordZach/libzip
52[submodule "zlib"] 52[submodule "zlib"]
53 path = externals/zlib 53 path = externals/zlib
54 url = https://github.com/DarkLordZach/zlib 54 url = https://github.com/madler/zlib