Rename files containing toolchain to `tc_*`

This commit is contained in:
Matthieu Gautier 2023-10-06 15:57:25 +02:00
parent 442fe3df19
commit 7807e10325
6 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
from .base import * from .base import *
from . import ( from . import (
all_dependencies, all_dependencies,
android_ndk, tc_android_ndk,
aria2, aria2,
armhf, tc_armhf,
arm_musl, tc_arm_musl,
docoptcpp, docoptcpp,
emsdk, tc_emsdk,
flatpak, tc_flatpak,
gumbo, gumbo,
icu4c, icu4c,
ios_fat_lib, ios_fat_lib,