1
0
forked from cheng/wallet

still fiddling with git attributes, so that cloning recurse-submodules will work with both http and ssh

This commit is contained in:
Cheng 2024-08-28 10:21:12 +00:00
parent 85287e2658
commit a6b700a45d
No known key found for this signature in database

6
.gitmodules vendored
View File

@ -1,12 +1,12 @@
[submodule "libsodium"]
path = libsodium
url = git://rho.la/libsodium.git
url = ../libsodium.git
branch = rho-fork
[submodule "mpir"]
path = mpir
url = git://rho.la/mpir.git
url = ../mpir.git
branch = rho-fork
[submodule "wxWidgets"]
path = wxWidgets
url = git://rho.la/wxWidgets.git
url = ../wxWidgets.git
branch = rho-fork