From 0870862898f01f3bbb506c4a49165c0e7477e912 Mon Sep 17 00:00:00 2001 From: scribam Date: Tue, 31 Oct 2017 19:51:04 +0100 Subject: [PATCH] Use zeux/pugixml instead of RPCS3/pugixml --- .gitmodules | 6 +++--- 3rdparty/pugixml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 66d46471f0..3216038e4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [submodule "Utilities/yaml-cpp"] path = Utilities/yaml-cpp url = https://github.com/RPCS3/yaml-cpp -[submodule "3rdparty/pugixml"] - path = 3rdparty/pugixml - url = https://github.com/RPCS3/pugixml [submodule "3rdparty/cereal"] path = 3rdparty/cereal url = https://github.com/USCiLab/cereal.git @@ -41,3 +38,6 @@ [submodule "3rdparty/Optional"] path = 3rdparty/Optional url = https://github.com/akrzemi1/Optional.git +[submodule "3rdparty/pugixml"] + path = 3rdparty/pugixml + url = https://github.com/zeux/pugixml diff --git a/3rdparty/pugixml b/3rdparty/pugixml index f205aaf6e1..257fbb4e1b 160000 --- a/3rdparty/pugixml +++ b/3rdparty/pugixml @@ -1 +1 @@ -Subproject commit f205aaf6e1c90f1dda943edd4f82922118a85648 +Subproject commit 257fbb4e1b09b0f1a6b2020ae2db190b87c8f9c7