gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
[openwrt.git] / package / libs / gettext-full / Makefile
index 2e1cba4..d410fea 100644 (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__