You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Allow the server platform to build on linux again.
Fixed a logic error in platform/server/detect.py that prevented building the server platform on linux.
This commit is contained in:
@@ -19,7 +19,7 @@ def get_program_suffix():
|
|||||||
|
|
||||||
def can_build():
|
def can_build():
|
||||||
|
|
||||||
if (os.name != "posix" or sys.platform != "darwin"):
|
if (os.name != "posix"):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user