Remove Darwin warning, Darwin is now supported.
This commit is contained in:
parent
8c6c01e278
commit
66cad23bcc
|
@ -345,9 +345,6 @@ class BuildEnv:
|
||||||
cont = input('Do you want to continue ? [y/N]')
|
cont = input('Do you want to continue ? [y/N]')
|
||||||
if cont.lower() != 'y':
|
if cont.lower() != 'y':
|
||||||
sys.exit(0)
|
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':
|
if _platform == 'Linux':
|
||||||
self.distname, _, _ = platform.linux_distribution()
|
self.distname, _, _ = platform.linux_distribution()
|
||||||
self.distname = self.distname.lower()
|
self.distname = self.distname.lower()
|
||||||
|
|
Loading…
Reference in New Issue