Skip to content

Commit 24f23c5

Browse files
committed
System-provided ENet warning
Warning from documentation: https://github.com/godotengine/godot/tree/master/thirdparty#enet
1 parent d61cd91 commit 24f23c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform/linuxbsd/detect.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ def configure(env: "SConsEnvironment"):
244244

245245
if not env["builtin_enet"]:
246246
env.ParseConfig("pkg-config libenet --cflags --libs")
247+
print_warning(
248+
"System-provided ENet has its functionality limited to IPv4 only and no DTLS support, unless patched for Godot."
249+
)
247250

248251
if not env["builtin_zstd"]:
249252
env.ParseConfig("pkg-config libzstd --cflags --libs")

0 commit comments

Comments
 (0)