Files
kiwix-build/kiwixbuild/platforms/__init__.py
Matthieu Gautier f0ad7b126a Rename arm_musl.py to musl.py.
Those files will contain toolchain for musl. Not specific to arm.
2023-10-23 10:19:12 +02:00

16 lines
151 B
Python

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