shithub: scc

Download patch

ref: 9a9ce743c36439d96753c68bbdb8de743743dcc4
parent: 6859d1792ba613abe045e4c51393493d328bd518
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Mar 15 13:27:58 EDT 2022

libc: Add wcwidth to the list of common objects

This was missed in the commit that added wcwidth.c.

--- a/src/libc/objs/common-objs.mk
+++ b/src/libc/objs/common-objs.mk
@@ -110,3 +110,4 @@
 	time/mktime.$O\
 	time/strftime.$O\
 	time/tz.$O\
+	wchar/wcwidth.$O\