X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Flibs%2Fgettext-full%2FMakefile;fp=package%2Flibs%2Fgettext-full%2FMakefile;h=d410fea50844fa83060dfc2c1fdc0c68a326044c;hb=285f024c8831e38336606463fd1e22dba9ad1ac5;hp=2e1cba4da47642f452ef19c842bd8b14b02e782d;hpb=dcdcbdd50e56e56a0cd8f9dff3618bbe0aeae094;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 2e1cba4da4..d410fea508 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -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__