mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Make kiwix-build installable using pip. Module is now called `kiwixbuild` because `kiwix-build` is not a valid python identifier. Also split toolchains in separated directory.
5 lines
74 B
Python
5 lines
74 B
Python
from .base_toolchain import Toolchain
|
|
|
|
class iOS_sdk(Toolchain):
|
|
pass
|