1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-05 17:15:09 +00:00

Remove server platform

This commit is contained in:
Fabio Alessandrelli
2021-05-25 16:17:08 +02:00
parent 801aadb401
commit ae04dac2db
11 changed files with 17 additions and 816 deletions

View File

@@ -131,7 +131,7 @@ if env["builtin_harfbuzz"]:
]
)
if env["platform"] == "android" or env["platform"] == "linuxbsd" or env["platform"] == "server":
if env["platform"] == "android" or env["platform"] == "linuxbsd":
env_harfbuzz.Append(CCFLAGS=["-DHAVE_PTHREAD"])
if env["platform"] == "javascript":