diff options
| author | bunnei <bunneidev@gmail.com> | 2019-10-04 15:44:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 15:44:13 -0400 |
| commit | accdb84993ca8fbb8f69c505dd9a3c5a7064bebf (patch) | |
| tree | 70d77e931f85d83cbc0e9b5fc0a310299d0ab95d /.gitmodules | |
| parent | c81872851334ffbb6690e20ada876d877aff5af8 (diff) | |
| parent | e29492d114a9caecaac8698457157ba93c8ee01e (diff) | |
Merge pull request #2940 from lioncash/zlib
externals: Track mainline zlib as a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
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 @@ path = externals/sirit url = https://github.com/ReinUsesLisp/sirit [submodule "libzip"] - path = externals/libzip - url = https://github.com/DarkLordZach/libzip + path = externals/libzip + url = https://github.com/DarkLordZach/libzip [submodule "zlib"] - path = externals/zlib - url = https://github.com/DarkLordZach/zlib + path = externals/zlib + url = https://github.com/madler/zlib |
