commit 9a9ce743c36439d96753c68bbdb8de743743dcc4
parent 6859d1792ba613abe045e4c51393493d328bd518
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Tue, 15 Mar 2022 17:27:58 +0100
libc: Add wcwidth to the list of common objects
This was missed in the commit that added wcwidth.c.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/libc/objs/common-objs.mk b/src/libc/objs/common-objs.mk
@@ -110,3 +110,4 @@ COMMON_OBJS =\
time/mktime.$O\
time/strftime.$O\
time/tz.$O\
+ wchar/wcwidth.$O\