mirror of https://github.com/PCSX2/pcsx2.git
3rdparty: Use upstream XZ submodule
For some reason we used a branch XZ from around 6 years ago? Honestly not sure why.
This commit is contained in:
parent
6c2d2e8455
commit
f6154032c7
|
@ -1,6 +1,3 @@
|
|||
[submodule "3rdparty/xz/xz"]
|
||||
path = 3rdparty/xz/xz
|
||||
url = https://github.com/PCSX2/xz.git
|
||||
[submodule "3rdparty/gtest"]
|
||||
path = 3rdparty/gtest
|
||||
url = https://github.com/google/googletest.git
|
||||
|
@ -30,3 +27,6 @@
|
|||
[submodule "3rdparty/libwebp/libwebp"]
|
||||
path = 3rdparty/libwebp/libwebp
|
||||
url = https://github.com/webmproject/libwebp
|
||||
[submodule "3rdparty/xz/xz"]
|
||||
path = 3rdparty/xz/xz
|
||||
url = https://github.com/tukaani-project/xz.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3d566cd519017eee1a400e7961ff14058dfaf33c
|
||||
Subproject commit 49053c0a649f4c8bd2b8d97ce915f401fbc0f3d9
|
Loading…
Reference in New Issue