:: commit 0506454005061ee974f11b6a9f484d12f654df95

mintsuki <mintsuki@protonmail.com> — 2021-10-14 13:53

parents: bac1d489ce

build: Pull gnu-efi from our own GitHub clone

diff --git a/Makefile b/Makefile
index 253ad82c..db907fef 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ toolchain:
 	MAKE="$(MAKE)" aux/make_toolchain.sh "`pwd`/toolchain" -j$(NCPUS)
 
 gnu-efi:
-	git clone https://git.code.sf.net/p/gnu-efi/code --branch=3.0.14 --depth=1 $@
+	git clone https://github.com/limine-bootloader/gnu-efi.git --branch=3.0.14 --depth=1 $@
 	cp aux/elf/* gnu-efi/inc/
 
 ovmf-x64:
tab: 248 wrap: offon