build: Fix make_toolchain.sh download link in bootstrap

This commit is contained in:
mintsuki 2022-06-25 09:16:59 +02:00
parent 278149651b
commit a611b358be
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd "$srcdir"
[ -d freestanding_headers ] || git clone https://github.com/mintsuki/freestanding_headers.git [ -d freestanding_headers ] || git clone https://github.com/mintsuki/freestanding_headers.git
[ -d libgcc-binaries ] || git clone https://github.com/mintsuki/libgcc-binaries.git [ -d libgcc-binaries ] || git clone https://github.com/mintsuki/libgcc-binaries.git
[ -d limine-efi ] || git clone https://github.com/limine-bootloader/limine-efi.git [ -d limine-efi ] || git clone https://github.com/limine-bootloader/limine-efi.git
[ -f make_toolchain.sh ] || curl -o make_toolchain.sh https://gist.github.com/mintsuki/50fca7022e09f241e40809168662493d/raw/c7eb3dd24100da888893dcee6e8d6b577613b577/make_toolchain.sh [ -f make_toolchain.sh ] || ( curl -o make_toolchain.sh https://gist.githubusercontent.com/mintsuki/50fca7022e09f241e40809168662493d/raw/c7eb3dd24100da888893dcee6e8d6b577613b577/make_toolchain.sh && chmod +x make_toolchain.sh )
automake_libdir="$(automake --print-libdir)" automake_libdir="$(automake --print-libdir)"