diff options
| author | 2019-10-04 15:44:13 -0400 | |
|---|---|---|
| committer | 2019-10-04 15:44:13 -0400 | |
| commit | accdb84993ca8fbb8f69c505dd9a3c5a7064bebf (patch) | |
| tree | 70d77e931f85d83cbc0e9b5fc0a310299d0ab95d /.gitmodules | |
| parent | Merge pull request #2898 from FearlessTobi/port-4004 (diff) | |
| parent | CMakeLists: Make libzip excluded from the ALL target (diff) | |
| download | yuzu-accdb84993ca8fbb8f69c505dd9a3c5a7064bebf.tar.gz yuzu-accdb84993ca8fbb8f69c505dd9a3c5a7064bebf.tar.xz yuzu-accdb84993ca8fbb8f69c505dd9a3c5a7064bebf.zip | |
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 @@ | |||
| 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 |