-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken includes when compiling with builtin_miniupnpc=false
#99556
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiled successfully with builtin_miniupnpc=false
on Arch Linux 6.11.8-arch1-2
builtin_miniupnpc=false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need a rebase, as well as a minor README.md
tweak; otherwise, nice work!
thirdparty/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/thirdparty/README.md b/thirdparty/README.md
index 7a95e3c724..760ff0a1e6 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -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`
6237ea7
to
b33829f
Compare
b33829f
to
84bf1cc
Compare
Thanks! And congrats for your first merged Godot contribution 🎉 |
Fixes #99196