diff options
author | anonimal <anonimal@i2pmail.org> | 2018-04-19 06:31:11 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2018-04-19 10:55:56 +0000 |
commit | f21df05c7773e44c26040e2c605def005772b62e (patch) | |
tree | 44054357185181e19b8ec3e55ce58cd146532376 /.gitmodules | |
parent | Build: remove in-tree miniupnpc (diff) | |
download | monero-f21df05c7773e44c26040e2c605def005772b62e.tar.xz |
Build: add miniupnp submodule
Though we only need miniupnpc, rebasing and maintaining a miniupnpc-only
repo is unrealistic.
(cherry picked from commit 3c40eb768c292a4dec79d7dffd6685fd37940a2a)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fbcec5b46..3da169973 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = external/unbound url = https://github.com/monero-project/unbound branch = monero +[submodule "external/miniupnp"] + path = external/miniupnp + url = https://github.com/anonimal/miniupnp + branch = monero |