Clear some env vars before building limine executable
This commit is contained in:
parent
d14822ed42
commit
7dfe173479
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ ovmf:
|
||||||
|
|
||||||
limine:
|
limine:
|
||||||
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
|
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
|
.PHONY: kernel
|
||||||
kernel:
|
kernel:
|
||||||
|
|
Loading…
Add table
Reference in a new issue