From 4856134d3982c89a692da12aa82ef82c6a3419e4 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 14 Jan 2024 19:33:58 +0100 Subject: [PATCH] Drop branch name prefix from binary branch name --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 672508d..97807ab 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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)" \