Remove Darwin warning, Darwin is now supported.

This commit is contained in:
Pseudo 2018-04-25 18:14:46 +02:00
parent 8c6c01e278
commit 66cad23bcc
1 changed files with 0 additions and 3 deletions

View File

@ -345,9 +345,6 @@ class BuildEnv:
cont = input('Do you want to continue ? [y/N]')
if cont.lower() != 'y':
sys.exit(0)
if _platform == 'Darwin':
print('WARNING: kiwix-build has not been tested on MacOS platfrom.\n'
'Tests, bug reports and patches are welcomed.')
if _platform == 'Linux':
self.distname, _, _ = platform.linux_distribution()
self.distname = self.distname.lower()