1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix broken includes when compiling with builtin_miniupnpc=false

Fixes #99196
Supersedes #99218
This commit is contained in:
ArchercatNEO
2024-11-27 15:37:54 +00:00
parent bbc54692c0
commit 84bf1cc7ac
14 changed files with 7 additions and 5 deletions

View File

@@ -628,7 +628,8 @@ to solve some MSVC warnings. See the patches in the `patches` directory.
Files extracted from upstream source:
- Copy `miniupnpc/src` and `miniupnpc/include` to `thirdparty/miniupnpc`
- `miniupnpc/src/` as `src/`
- `miniupnpc/include/` as `include/miniupnpc/`
- Remove the following test or sample files:
`listdevices.c,minihttptestserver.c,miniupnpcmodule.c,upnpc.c,upnperrors.*,test*`
- `LICENSE`