2 Commits

Author SHA1 Message Date
nelisd b7da3be61b Merge 48b07ecd2d into 70e03572b2 2023-07-28 17:57:04 +08:00
nelisd 48b07ecd2d Update GNUmakefile
when building from scrach in OpenBSD use threads instead of fork because of missing pthread_mutexattr_setpshared
2023-04-13 13:11:59 +04:00
+1
View File
@@ -126,6 +126,7 @@ ifneq (,$(findstring openbsd,$(TARGETPLATFORM)))
UNIX := 1 UNIX := 1
BSD := 1 BSD := 1
ELF := 1 ELF := 1
THREADS := 1
endif endif
ifneq (,$(findstring solaris,$(TARGETPLATFORM))) ifneq (,$(findstring solaris,$(TARGETPLATFORM)))