Install libmagic in macos for zimwriterfs.

This commit is contained in:
Matthieu Gautier
2018-04-18 17:45:16 +02:00
parent 28c38695f1
commit 1773f0fa28
2 changed files with 3 additions and 1 deletions

View File

@ -123,9 +123,11 @@ PACKAGE_NAME_MAPPERS = {
},
'Darwin_native_dyn': {
'COMMON': ['autoconf', 'automake', 'libtool', 'cmake', 'pkg-config'],
'file': ['libmagic']
},
'Darwin_iOS': {
'COMMON': ['autoconf', 'automake', 'libtool', 'cmake', 'pkg-config'],
'file': ['libmagic']
},
}