summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-06-30 17:31:51 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-06-30 17:49:40 +0200
commit78907d91f140dd047a2eebb2736ed1762897003d (patch)
treee37b710db8743d64e2ef774a889dec07fad7bbcb /thirdparty/README.md
parente2bbf2cba3dc97998cff0be5cbda2d7e3b7151b0 (diff)
Update miniupnpc library to latest master
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r--thirdparty/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index 3e1e8f9734..b003ae6e8a 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -308,9 +308,13 @@ File extracted from upstream release tarball `mbedtls-2.16.0-apache.tgz`:
## miniupnpc
- Upstream: https://github.com/miniupnp/miniupnp/tree/master/miniupnpc
-- Version: git (25615e0, 2018)
+- Version: git (3cf6efa, 2019)
- License: BSD-3-Clause
+Extract only the `miniupnpc` folder inside `thirdparty/miniupnpc`.
+Exclude all non `.c` and `.h` files, plus all files beginning with `test`
+`minihttptestserver.c` and `wingenminiupnpcstrings.c`.
+
The only modified file is miniupnpcstrings.h, which was created for Godot
(it is usually autogenerated by cmake).