1
0
mirror of https://github.com/Wind4/vlmcsd.git synced 2024-11-25 03:21:03 +08:00

Update GNUmakefile

when building from scrach in OpenBSD use threads instead of fork because of missing pthread_mutexattr_setpshared
This commit is contained in:
nelisd 2023-04-13 13:11:59 +04:00 committed by GitHub
parent 65228e5c79
commit 48b07ecd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ ifneq (,$(findstring openbsd,$(TARGETPLATFORM)))
UNIX := 1
BSD := 1
ELF := 1
THREADS := 1
endif
ifneq (,$(findstring solaris,$(TARGETPLATFORM)))