From 24705fe67e476765f265af12c31519902dddff2b Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:28:58 +0000 Subject: [PATCH] Fix boost submodule (#429) --- .gitmodules | 6 +++--- third_party/boost | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 77a6bc6a..10cb8021 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "third_party/SDL2"] path = third_party/SDL2 url = https://github.com/libsdl-org/SDL -[submodule "third_party/boost"] - path = third_party/boost - url = https://github.com/citra-emu/ext-boost [submodule "third_party/cryptopp/cryptopp"] path = third_party/cryptopp/cryptopp url = https://github.com/weidai11/cryptopp @@ -61,3 +58,6 @@ [submodule "third_party/teakra"] path = third_party/teakra url = https://github.com/wwylele/teakra +[submodule "third_party/boost"] + path = third_party/boost + url = https://github.com/Panda3DS-emu/ext-boost diff --git a/third_party/boost b/third_party/boost index 66937ea6..4532ae23 160000 --- a/third_party/boost +++ b/third_party/boost @@ -1 +1 @@ -Subproject commit 66937ea62d126a92b5057e3fd9ceac7c44daf4f5 +Subproject commit 4532ae239c4d0b88a547d28e19348c3b05bfd4d6