mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Toolchain now became "simple" dependencies. They are referenced by Platform. Platform are now created at demande and a neutralPlatform now exists.
13 lines
118 B
Python
13 lines
118 B
Python
|
|
from .base import *
|
|
|
|
from . import (
|
|
android,
|
|
armhf,
|
|
i586,
|
|
ios,
|
|
native,
|
|
neutral,
|
|
win32
|
|
)
|