소스 검색

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