summaryrefslogtreecommitdiffstats
path: root/platform/web/detect.py
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-11-15 20:50:25 +0000
committerGitHub <noreply@github.com>2024-11-15 20:50:25 +0000
commit9767837a7ec40697788765e581131cb2cf172567 (patch)
treed58eaa8daad3e30c8b84a50e70a21f93b05525c5 /platform/web/detect.py
parentac1a49725fc038ae11ef9060fecb2b0f9c6333b2 (diff)
parent4a5836e5462554a738b502aa8bbde5e4a051eb56 (diff)
downloadredot-engine-9767837a7ec40697788765e581131cb2cf172567.tar.gz
Merge pull request #864 from Spartan322/merge/6c05ec3
Merge commit godotengine/godot@6c05ec3
Diffstat (limited to 'platform/web/detect.py')
-rw-r--r--platform/web/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/detect.py b/platform/web/detect.py
index f4a6073dbd..a3eb1a9de8 100644
--- a/platform/web/detect.py
+++ b/platform/web/detect.py
@@ -201,7 +201,7 @@ def configure(env: "SConsEnvironment"):
sys.exit(255)
env.Prepend(CPPPATH=["#platform/web"])
- env.Append(CPPDEFINES=["WEB_ENABLED", "UNIX_ENABLED"])
+ env.Append(CPPDEFINES=["WEB_ENABLED", "UNIX_ENABLED", "UNIX_SOCKET_UNAVAILABLE"])
if env["opengl3"]:
env.AppendUnique(CPPDEFINES=["GLES3_ENABLED"])