mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
Fix boost submodule (#429)
This commit is contained in:
parent
1e1665fea9
commit
24705fe67e
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
2
third_party/boost
vendored
2
third_party/boost
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 66937ea62d126a92b5057e3fd9ceac7c44daf4f5
|
||||
Subproject commit 4532ae239c4d0b88a547d28e19348c3b05bfd4d6
|
Loading…
Add table
Reference in a new issue