We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e96c7d + 24f23c5 commit f3ebee1Copy full SHA for f3ebee1
platform/linuxbsd/detect.py
@@ -247,6 +247,9 @@ def configure(env: "SConsEnvironment"):
247
248
if not env["builtin_enet"]:
249
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
+ )
253
254
if not env["builtin_zstd"]:
255
env.ParseConfig("pkg-config libzstd --cflags --libs")
0 commit comments