mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
.gitmodules: Update URLs for lz4, hidapi, and minizip-ng submodules to include .git extension
This commit is contained in:
parent
0019256707
commit
4788af92bc
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -64,7 +64,7 @@
|
|||
shallow = true
|
||||
[submodule "Externals/lz4/lz4"]
|
||||
path = Externals/lz4/lz4
|
||||
url = https://github.com/lz4/lz4
|
||||
url = https://github.com/lz4/lz4.git
|
||||
shallow = true
|
||||
[submodule "Externals/xxhash/xxHash"]
|
||||
path = Externals/xxhash/xxHash
|
||||
|
@ -76,7 +76,7 @@
|
|||
shallow = true
|
||||
[submodule "hidapi-src"]
|
||||
path = Externals/hidapi/hidapi-src
|
||||
url = https://github.com/libusb/hidapi
|
||||
url = https://github.com/libusb/hidapi.git
|
||||
shallow = true
|
||||
[submodule "Externals/tinygltf/tinygltf"]
|
||||
path = Externals/tinygltf/tinygltf
|
||||
|
@ -84,7 +84,7 @@
|
|||
shallow = true
|
||||
[submodule "Externals/minizip-ng/minizip-ng"]
|
||||
path = Externals/minizip-ng/minizip-ng
|
||||
url = https://github.com/zlib-ng/minizip-ng
|
||||
url = https://github.com/zlib-ng/minizip-ng.git
|
||||
shallow = true
|
||||
[submodule "Externals/Vulkan-Headers"]
|
||||
path = Externals/Vulkan-Headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue