mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 12:58:05 +03:00
Externals: update xxhash to 0.8.2 as submodule; put in logic to ensure LZ4 which is also using xxhash does not clash when linking symbols
This commit is contained in:
parent
dc0814ae46
commit
321e5051db
12 changed files with 17 additions and 2460 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -66,3 +66,6 @@
|
|||
[submodule "Externals/lz4/lz4"]
|
||||
path = Externals/lz4/lz4
|
||||
url = https://github.com/lz4/lz4
|
||||
[submodule "Externals/xxhash/xxHash"]
|
||||
path = Externals/xxhash/xxHash
|
||||
url = https://github.com/Cyan4973/xxHash.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue