diff --git a/src/GNUmakefile b/src/GNUmakefile index faa6710..afbd753 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -126,6 +126,7 @@ ifneq (,$(findstring openbsd,$(TARGETPLATFORM))) UNIX := 1 BSD := 1 ELF := 1 + THREADS := 1 endif ifneq (,$(findstring solaris,$(TARGETPLATFORM)))