Browse Source
Merge pull request #259 from N00byKing/usehttps
Use HTTPS for lz4
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.gitmodules
|
|
|
@ -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 |