1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 06:26:32 -05:00

Merge pull request #259 from N00byKing/usehttps

Use HTTPS for lz4
This commit is contained in:
bunnei
2018-03-21 18:48:39 -04:00
committed by GitHub

2
.gitmodules vendored
View File

@@ -18,7 +18,7 @@
url = https://github.com/fmtlib/fmt.git url = https://github.com/fmtlib/fmt.git
[submodule "lz4"] [submodule "lz4"]
path = externals/lz4 path = externals/lz4
url = http://github.com/lz4/lz4.git url = https://github.com/lz4/lz4.git
[submodule "unicorn"] [submodule "unicorn"]
path = externals/unicorn path = externals/unicorn
url = https://github.com/yuzu-emu/unicorn url = https://github.com/yuzu-emu/unicorn