Files
kiwix-build/kiwixbuild/platforms/__init__.py
Matthieu Gautier 5884909b25 Add target aarch64_musl_*
I have to mention that adding a new cross compiled target never seems
so simple.
2023-06-14 15:57:49 +02:00

16 lines
155 B
Python

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