X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fnls.mk;h=118000d3ee16e7363dcc4b518a1103ff9d396822;hb=09375fe94bc08bdb37dabf50e7057d071907882a;hp=19456640cbf31f5216790b0076a72a5d6519a294;hpb=2732b0a73328733bdae2816e1eb078627618c8c5;p=openwrt.git diff --git a/include/nls.mk b/include/nls.mk index 19456640cb..118000d3ee 100644 --- a/include/nls.mk +++ b/include/nls.mk @@ -36,5 +36,5 @@ INTL_CPPFLAGS:=-I$(INTL_PREFIX)/include INTL_LDFLAGS:=-L$(INTL_PREFIX)/lib TARGET_CFLAGS += $(ICONV_CFLAGS) $(INTL_CFLAGS) -TARGET_CPPFLAGS += $(ICONV_CFLAGS) $(INTL_CPPFLAGS) +TARGET_CPPFLAGS += $(ICONV_CPPFLAGS) $(INTL_CPPFLAGS) TARGET_LDFLAGS += $(ICONV_LDFLAGS) $(INTL_LDFLAGS)