Files
kiwix-build/kiwixbuild/platforms/__init__.py
Matthieu Gautier 4d6b6994bc Merge toolchain and dependencies.
Toolchain now became "simple" dependencies.
They are referenced by Platform.

Platform are now created at demande and a neutralPlatform now exists.
2018-05-31 11:30:25 +02:00

13 lines
118 B
Python

from .base import *
from . import (
android,
armhf,
i586,
ios,
native,
neutral,
win32
)