You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +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():
|
||||
|
||||
if (os.name != "posix" or sys.platform != "darwin"):
|
||||
if (os.name != "posix"):
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user