From 15c829fd3ce0de04db938566a56e66531c320580 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 6 May 2017 17:22:14 +0200 Subject: GH-1876 Fork and update quazip * It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e70d0919..5f2a1b8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "depends/libnbtplusplus"] path = libraries/libnbtplusplus url = https://github.com/MultiMC/libnbtplusplus.git +[submodule "libraries/quazip"] + path = libraries/quazip + url = https://github.com/MultiMC/quazip.git -- cgit