aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-23 19:05:20 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-03-23 19:05:20 +0100
commit0b12949fbadae1df31989affdae54af33f6a58ce (patch)
tree3386f890fbfbb74e90e27d69c2831484304fd4de /make.c
parentaebabed4d9b16eeac9c307e762767a3fd296003a (diff)
Add unicode/gbrk
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.c b/make.c
index de7c794..f067716 100644
--- a/make.c
+++ b/make.c
@@ -79,6 +79,8 @@ main(int argc, char **argv)
if (glob("lib/*/*.c", 0, globerr, &g))
die("glob");
+ if (glob("lib/unicode/*/*.c", GLOB_APPEND, globerr, &g))
+ die("glob");
if (procs == -1 && (procs = nproc()) == -1) {
if (errno)