mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Install libmagic in macos for zimwriterfs.
This commit is contained in:
@ -187,7 +187,7 @@ if environ['TRAVIS_EVENT_TYPE'] != 'cron' and not make_release:
|
||||
TARGETS = ('kiwix-android',)
|
||||
elif PLATFORM.startswith('native_'):
|
||||
if TRAVIS_OS_NAME == "osx":
|
||||
TARGETS = ('kiwix-lib', )
|
||||
TARGETS = ('kiwix-lib', 'zim-tools', 'zimwriterfs')
|
||||
else:
|
||||
TARGETS = ('kiwix-tools', 'zim-tools', 'zimwriterfs')
|
||||
else:
|
||||
|
Reference in New Issue
Block a user