Merge pull request #23399 from ibrahn/reenable-x11-server-build

Allow the server platform to build on linux again.
This commit is contained in:
Rémi Verschelde 2018-10-30 14:21:16 +01:00 committed by GitHub
commit 7f3093d3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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