You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
System-provided ENet warning
Warning from documentation: https://github.com/godotengine/godot/tree/master/thirdparty#enet
This commit is contained in:
@@ -244,6 +244,9 @@ def configure(env: "SConsEnvironment"):
|
|||||||
|
|
||||||
if not env["builtin_enet"]:
|
if not env["builtin_enet"]:
|
||||||
env.ParseConfig("pkg-config libenet --cflags --libs")
|
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"]:
|
if not env["builtin_zstd"]:
|
||||||
env.ParseConfig("pkg-config libzstd --cflags --libs")
|
env.ParseConfig("pkg-config libzstd --cflags --libs")
|
||||||
|
|||||||
Reference in New Issue
Block a user