diff options
-rw-r--r-- | libc/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 8dcf5486a..7e9d1ec59 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -35,7 +35,7 @@ ifeq ($(strip $(INCLUDE_THREADS)),true) DIRS += pthread endif ifeq ($(strip $(HAS_WCHAR)),true) -DIRS += wctype # wchar +DIRS += wctype wchar endif all: libc.a |