Преглед изворни кода

Obligatory forgotten file during commit...

Manuel Novoa III пре 23 година
родитељ
комит
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