build: Make limine-hdd.h target not check toolchain
This commit is contained in:
parent
4d7aec430b
commit
55eac5ef88
@ -135,6 +135,7 @@ ifneq ($(MAKECMDGOALS), maintainer-clean)
|
||||
ifneq ($(MAKECMDGOALS), uninstall)
|
||||
ifneq ($(MAKECMDGOALS), dist)
|
||||
ifneq ($(MAKECMDGOALS), limine-install)
|
||||
ifneq ($(MAKECMDGOALS), limine-hdd.h)
|
||||
ifneq ($(MAKECMDGOALS), limine-eltorito-efi)
|
||||
ifneq ($(MAKECMDGOALS), install)
|
||||
ifneq ($(MAKECMDGOALS), install-data)
|
||||
@ -186,6 +187,7 @@ endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(USING_CLANG), 1)
|
||||
override LIMINE_CC := $(ORIG_LIMINE_CC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user