toolchain: Pull nasm from our website
This commit is contained in:
parent
e22d279c8d
commit
69557e9d2a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue