Build: add miniupnp submodule
Though we only need miniupnpc, rebasing and maintaining a miniupnpc-only repo is unrealistic. (cherry picked from commit 3c40eb768c292a4dec79d7dffd6685fd37940a2a)
This commit is contained in:
parent
1068564867
commit
f21df05c77
|
@ -2,3 +2,7 @@
|
||||||
path = external/unbound
|
path = external/unbound
|
||||||
url = https://github.com/monero-project/unbound
|
url = https://github.com/monero-project/unbound
|
||||||
branch = monero
|
branch = monero
|
||||||
|
[submodule "external/miniupnp"]
|
||||||
|
path = external/miniupnp
|
||||||
|
url = https://github.com/anonimal/miniupnp
|
||||||
|
branch = monero
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6a63f9954959119568fbc4af57d7b491b9428d87
|
Loading…
Reference in New Issue