Merge pull request #23399 from ibrahn/reenable-x11-server-build
Allow the server platform to build on linux again.
This commit is contained in:
commit
7f3093d3b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue