mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Remove Darwin warning, Darwin is now supported.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user