You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCons: Disable server platform as it does not build
See #8361. [ci skip]
This commit is contained in:
@@ -12,6 +12,9 @@ def get_name():
|
||||
|
||||
def can_build():
|
||||
|
||||
# Doesn't build against Godot 3.0 for now, disable to avoid confusing users
|
||||
return False
|
||||
|
||||
if (os.name != "posix" or sys.platform == "darwin"):
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user