diff options
| author | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-04-21 23:32:45 -0700 |
|---|---|---|
| committer | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-05-03 12:43:33 -0700 |
| commit | 0acdd404e3afe6438ed8160d69e5f832d66c618f (patch) | |
| tree | 559cef37d5484425d7bfd4aea4d573ddd6b48cf5 /.gitmodules | |
| parent | 6bee21e272764e3aaa3b6b447a35656d1f4ffa46 (diff) | |
Externals: Convert minizip-ng To Submodule
Due to an oversight in our CMakeLists, pkg-config would attempt to find *minizip* 3.0.0 (which doesn't exist) instead of *minizip-ng* 3.0.0, or at least it was on my Manjaro Linux machine. This has been fixed. The new submodule is using minizip-ng 3.0.4, the same version that was being used before.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c1019fc939..fcfd956d21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,3 +78,6 @@ [submodule "Externals/tinygltf/tinygltf"] path = Externals/tinygltf/tinygltf url = https://github.com/syoyo/tinygltf.git +[submodule "Externals/minizip-ng/minizip-ng"] + path = Externals/minizip-ng/minizip-ng + url = https://github.com/zlib-ng/minizip-ng |
