build: Track specific reduced-gnu-efi commit

This commit is contained in:
mintsuki 2022-04-20 00:20:50 +02:00
parent 261ceecff4
commit b9cde22b65

View File

@ -11,7 +11,7 @@ cd "$srcdir"
[ -d freestanding_headers ] || git clone https://github.com/mintsuki/freestanding_headers.git
[ -d stivale ] || git clone https://github.com/stivale/stivale.git
[ -d reduced-gnu-efi ] || git clone https://github.com/limine-bootloader/reduced-gnu-efi.git
[ -d reduced-gnu-efi ] || ( git clone https://github.com/limine-bootloader/reduced-gnu-efi.git && cd reduced-gnu-efi && git checkout 456a1a82d2be9e5fd758ae819c3077140ac5aa99 )
automake_libdir="$(automake --print-libdir)"