mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
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`.