kiwix-build/kiwixbuild/platforms
Matthieu Gautier b950feb893 Move Builder and BuildEnv in specific module.
Introduce also a "NeutralEnv", a build environment independent of the
targeted platform. All `Source` now build using the neutralEnv.

Most of toolchains are also using neutralEnv except android_ndk who is
specific to a platform.

As toolchain are neutral, platform specific environment variables are now
set by the platformInfo directly instead of the toolchain.
2018-05-22 16:58:39 +02:00
..
__init__.py Move target informations into a platforms module. 2018-05-22 16:58:02 +02:00
android.py Move target informations into a platforms module. 2018-05-22 16:58:02 +02:00
armhf.py Move target informations into a platforms module. 2018-05-22 16:58:02 +02:00
base.py Move Builder and BuildEnv in specific module. 2018-05-22 16:58:39 +02:00
i586.py Move target informations into a platforms module. 2018-05-22 16:58:02 +02:00
ios.py Move Builder and BuildEnv in specific module. 2018-05-22 16:58:39 +02:00
native.py Move target informations into a platforms module. 2018-05-22 16:58:02 +02:00
win32.py Move Builder and BuildEnv in specific module. 2018-05-22 16:58:39 +02:00