kiwix-build/kiwixbuild/platforms
Matthieu Gautier 63003d5bce Correctly extract platform from the dependency.
If the `dep` is a two char string (as "qt"), the `platform, name = dep`
will split the string and search for 't' dependency in 'q' platform.

So, we have to be sure that the dep is a tuple before splitting it.
2018-06-12 16:12:15 +02:00
..
__init__.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
android.py Be able to build multi-arch android apk. 2018-06-06 17:41:12 +02:00
armhf.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
base.py Correctly extract platform from the dependency. 2018-06-12 16:12:15 +02:00
i586.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00
ios.py Add ios_multi_arch fatlib. 2018-06-06 17:41:12 +02:00
native.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00
neutral.py Merge toolchain and dependencies. 2018-05-31 11:30:25 +02:00
win32.py Move from target logic to steps logic. 2018-05-31 11:25:59 +02:00