mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Use non git@ submodule url for xxHash (#48)
This commit is contained in:
parent
0c1811ca6f
commit
c91627740f
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "thirdparty/xxHash"]
|
||||
path = thirdparty/xxHash
|
||||
url = git@github.com:Cyan4973/xxHash.git
|
||||
url = https://github.com/Cyan4973/xxHash.git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue