瀏覽代碼

Obligatory forgotten file during commit...

Manuel Novoa III 22 年之前
父節點
當前提交
96e940864c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/misc/Makefile

+ 1 - 1
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