Rename `arm_musl.py` to `musl.py`.

Those files will contain toolchain for musl. Not specific to arm.
This commit is contained in:
Matthieu Gautier 2023-10-06 15:58:29 +02:00
parent 7807e10325
commit f0ad7b126a
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ from . import (
tc_android_ndk,
aria2,
tc_armhf,
tc_arm_musl,
tc_musl,
docoptcpp,
tc_emsdk,
tc_flatpak,

View File

@ -4,7 +4,7 @@ from .base import *
from . import (
android,
armhf,
arm_musl,
musl,
flatpak,
i586,
ios,