diff options
| author | bunnei <bunneidev@gmail.com> | 2019-11-05 20:44:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-05 20:44:17 -0500 |
| commit | 62a3d59288af900f086e56a073c0118e48933d84 (patch) | |
| tree | d4972e937bf08ba50f6112574224aa0f0bb1732b /.gitmodules | |
| parent | 4dc068a90c58e6204173af20f1a6ef29b48ddb28 (diff) | |
| parent | 1643af431c50a0518b50fbc1f7c8c9470a9dfbdc (diff) | |
Merge pull request #3045 from lioncash/zlib-tests
externals: Remove special casing of zlib's tests.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index ee0dc6c19..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 - url = https://github.com/madler/zlib + path = externals/zlib/zlib + url = https://github.com/madler/zlib.git |
