Skip to content

Commit f3ebee1

Browse files
committed
Merge pull request #111211 from superherointj/enet-warning
System-provided ENet warning
2 parents 9e96c7d + 24f23c5 commit f3ebee1

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
@@ -247,6 +247,9 @@ def configure(env: "SConsEnvironment"):
247247

248248
if not env["builtin_enet"]:
249249
env.ParseConfig("pkg-config libenet --cflags --libs")
250+
print_warning(
251+
"System-provided ENet has its functionality limited to IPv4 only and no DTLS support, unless patched for Godot."
252+
)
250253

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

0 commit comments

Comments
 (0)