Clear some env vars before building limine executable

This commit is contained in:
mintsuki 2023-09-05 21:11:08 -05:00
parent d14822ed42
commit 7dfe173479

View file

@ -45,7 +45,7 @@ ovmf:
limine:
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
$(MAKE) -C limine CC="$(HOST_CC)"
unset CC; unset CFLAGS; unset CPPFLAGS; unset LDFLAGS; unset LIBS; $(MAKE) -C limine CC="$(HOST_CC)"
.PHONY: kernel
kernel: