toolchain: Pull nasm from our website

This commit is contained in:
mintsuki 2022-03-26 03:02:43 +01:00
parent e22d279c8d
commit 69557e9d2a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [ ! -f gcc-$GCCVERSION.tar.gz ]; then
curl -o gcc-$GCCVERSION.tar.gz https://ftp.gnu.org/gnu/gcc/gcc-$GCCVERSION/gcc-$GCCVERSION.tar.gz curl -o gcc-$GCCVERSION.tar.gz https://ftp.gnu.org/gnu/gcc/gcc-$GCCVERSION/gcc-$GCCVERSION.tar.gz
fi fi
if [ ! -f nasm-$NASMVERSION.tar.gz ]; then if [ ! -f nasm-$NASMVERSION.tar.gz ]; then
curl -o nasm-$NASMVERSION.tar.gz https://www.nasm.us/pub/nasm/releasebuilds/$NASMVERSION/nasm-$NASMVERSION.tar.gz curl -o nasm-$NASMVERSION.tar.gz https://limine-bootloader.org/files/misc/nasm-$NASMVERSION.tar.gz
fi fi
rm -rf build rm -rf build