mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
miniupnpc: Update to version 2.2.2
This commit is contained in:
@@ -12,18 +12,19 @@ thirdparty_obj = []
|
||||
if env["builtin_miniupnpc"]:
|
||||
thirdparty_dir = "#thirdparty/miniupnpc/"
|
||||
thirdparty_sources = [
|
||||
"miniupnpc.c",
|
||||
"upnpcommands.c",
|
||||
"miniwget.c",
|
||||
"upnpdev.c",
|
||||
"igd_desc_parse.c",
|
||||
"minissdpc.c",
|
||||
"minisoap.c",
|
||||
"miniupnpc.c",
|
||||
"minixml.c",
|
||||
"connecthostport.c",
|
||||
"receivedata.c",
|
||||
"portlistingparse.c",
|
||||
"minisoap.c",
|
||||
"minissdpc.c",
|
||||
"miniwget.c",
|
||||
"upnpcommands.c",
|
||||
"upnpdev.c",
|
||||
"upnpreplyparse.c",
|
||||
"connecthostport.c",
|
||||
"portlistingparse.c",
|
||||
"receivedata.c",
|
||||
"addr_is_reserved.c",
|
||||
]
|
||||
thirdparty_sources = [thirdparty_dir + "miniupnpc/" + file for file in thirdparty_sources]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user