Drop branch name prefix from binary branch name

This commit is contained in:
mintsuki 2024-01-14 19:33:58 +01:00
parent 78cc2486ad
commit 4856134d39

View file

@ -52,7 +52,7 @@ ovmf:
cd ovmf && curl -Lo OVMF.fd https://retrage.github.io/edk2-nightly/bin/RELEASEX64_OVMF.fd
limine:
git clone https://github.com/limine-bootloader/limine.git --branch=v6.x-branch-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=binary --depth=1
$(MAKE) -C limine \
CC="$(HOST_CC)" \
CFLAGS="$(HOST_CFLAGS)" \