kiwix-build/kiwixbuild/platforms
Matthieu Gautier 0f13d99159 Remove unnecessary win32 libs.
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`.
2019-09-04 17:00:29 +02:00
..
__init__.py First version of a flatpak builder. 2018-11-27 09:43:52 +01:00
android.py Build the kiwix-lib android "application" in kiwix-build. 2019-07-24 10:25:52 +02:00
armhf.py Use an already made archive for the armhf toolchains instead of git clone. 2019-05-02 17:43:11 +02:00
base.py Allow the platform itself to set on which platform we need to build the dep 2019-02-04 17:01:28 +01:00
flatpak.py First version of a flatpak builder. 2018-11-27 09:43:52 +01:00
i586.py Add missing import of pj in i586 platform 2019-01-10 16:50:47 +01:00
ios.py fix macOS cross build 2019-06-24 19:30:18 +02:00
native.py Allow kiwix-build to build shared libs linked statically with deps. 2019-02-04 17:01:28 +01:00
neutral.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
win32.py Remove unnecessary win32 libs. 2019-09-04 17:00:29 +02:00