mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #111211 from superherointj/enet-warning
System-provided ENet warning
This commit is contained in:
commit
f3ebee1f79
1 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ def configure(env: "SConsEnvironment"):
|
|||
|
||||
if not env["builtin_enet"]:
|
||||
env.ParseConfig("pkg-config libenet --cflags --libs")
|
||||
print_warning(
|
||||
"System-provided ENet has its functionality limited to IPv4 only and no DTLS support, unless patched for Godot."
|
||||
)
|
||||
|
||||
if not env["builtin_zstd"]:
|
||||
env.ParseConfig("pkg-config libzstd --cflags --libs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue