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, tc_android_ndk,
aria2, aria2,
tc_armhf, tc_armhf,
tc_arm_musl, tc_musl,
docoptcpp, docoptcpp,
tc_emsdk, tc_emsdk,
tc_flatpak, tc_flatpak,

View File

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