mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-26 10:29:54 +03:00
build: Make limine-hdd.h target not check toolchain
This commit is contained in:
parent
fdd93826f5
commit
e412997a41
@ -135,6 +135,7 @@ ifneq ($(MAKECMDGOALS), maintainer-clean)
|
|||||||
ifneq ($(MAKECMDGOALS), uninstall)
|
ifneq ($(MAKECMDGOALS), uninstall)
|
||||||
ifneq ($(MAKECMDGOALS), dist)
|
ifneq ($(MAKECMDGOALS), dist)
|
||||||
ifneq ($(MAKECMDGOALS), limine-install)
|
ifneq ($(MAKECMDGOALS), limine-install)
|
||||||
|
ifneq ($(MAKECMDGOALS), limine-hdd.h)
|
||||||
ifneq ($(MAKECMDGOALS), limine-eltorito-efi)
|
ifneq ($(MAKECMDGOALS), limine-eltorito-efi)
|
||||||
ifneq ($(MAKECMDGOALS), install)
|
ifneq ($(MAKECMDGOALS), install)
|
||||||
ifneq ($(MAKECMDGOALS), install-data)
|
ifneq ($(MAKECMDGOALS), install-data)
|
||||||
@ -186,6 +187,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(USING_CLANG), 1)
|
ifeq ($(USING_CLANG), 1)
|
||||||
override LIMINE_CC := $(ORIG_LIMINE_CC)
|
override LIMINE_CC := $(ORIG_LIMINE_CC)
|
||||||
|
Loading…
Reference in New Issue
Block a user