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
commit 7fa3bf02ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

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