diff options
Diffstat (limited to 'extra/locale/Makefile')
-rw-r--r-- | extra/locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/locale/Makefile b/extra/locale/Makefile index d97dba25b..bdad5cea7 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)Rules.mak CFLAGS_wc8bit=-DCTYPE_PACKED=1 CFLAGS_mmap= -ifeq ($(strip $(HAS_WCHAR)),true) +ifeq ($(strip $(UCLIBC_HAS_WCHAR)),y) CFLAGS_wc8bit += -DDO_WIDE_CHAR=1 CFLAGS_mmap += -D__WCHAR_ENABLED=1 endif |