X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fnls.mk;h=118000d3ee16e7363dcc4b518a1103ff9d396822;hb=f6802c747fdadcf2c842d45ca6a9c67e83a36537;hp=19456640cbf31f5216790b0076a72a5d6519a294;hpb=6b372f62f83c4a4510a93df65d2e973e331c1e5f;p=15.05%2Fopenwrt.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)