gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48407
This commit is contained in:
parent
dcdcbdd50e
commit
285f024c88
@ -37,7 +37,7 @@ endef
|
|||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
ifneq ($(HOST_OS),Linux)
|
ifneq ($(HOST_OS),Linux)
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include
|
TARGET_CFLAGS += -I$(STAGING_DIR)/host/include
|
||||||
endif
|
endif
|
||||||
ifdef CONFIG_USE_MUSL
|
ifdef CONFIG_USE_MUSL
|
||||||
TARGET_CFLAGS += -D__UCLIBC__
|
TARGET_CFLAGS += -D__UCLIBC__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user