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:
Felix Fietkau 2016-01-20 19:36:18 +00:00
parent dcdcbdd50e
commit 285f024c88

View File

@ -37,7 +37,7 @@ endef
TARGET_CFLAGS += $(FPIC)
ifneq ($(HOST_OS),Linux)
TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include
TARGET_CFLAGS += -I$(STAGING_DIR)/host/include
endif
ifdef CONFIG_USE_MUSL
TARGET_CFLAGS += -D__UCLIBC__