'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 56s

This commit is contained in:
Your Name
2025-06-01 22:59:22 +12:00
parent 02be7691ac
commit a87eb6151c
8 changed files with 35 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ function install_musl() {
TOOLCHAIN_LIST=(
"aarch64-linux-musl-cross"
"x86_64-linux-musl-cross"
"x86_64-w64-mingw32-cross"
)
for TOOLCHAIN in "${TOOLCHAIN_LIST[@]}"; do