It seems that those libraries are not needed (anymore ?). Even more, `msvcr100` makes `kiwix-serve` crash when printing messages on stdout/stderr. `msvcr100` lib is necessary for ICU, because the default mingw's `msvcr` doesn't provide `_free_locale` and `_create_locale`. Most recent versions of mingw fix this and we do not need them. On debian (travis CI) we use a old version of mingw and we need to force the use of `msvcr100`. |
||
---|---|---|
.. | ||
__init__.py | ||
android.py | ||
armhf.py | ||
base.py | ||
flatpak.py | ||
i586.py | ||
ios.py | ||
native.py | ||
neutral.py | ||
win32.py |