diff options
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index cd562d643..6dc65dfab 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -30,6 +30,9 @@ DIRS = assert ctype dirent file fnmatch glob internals lsearch \ ifeq ($(strip $(INCLUDE_REGEX)),true) DIRS += regex endif +ifeq ($(strip $(INCLUDE_THREADS)),true) +DIRS += pthread +endif all: libc.a |