make : add support for building on DragonFlyBSD/NetBSD/OpenBSD (#1212)

pull/1216/head
Przemysław Pawełczyk 2023-08-27 20:38:46 +02:00 committed by GitHub
parent 25466aa1c3
commit b0d35995c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ endif
# OS specific
# TODO: support Windows
ifeq ($(filter $(UNAME_S),Linux Darwin FreeBSD Haiku),$(UNAME_S))
ifeq ($(filter $(UNAME_S),Linux Darwin DragonFly FreeBSD NetBSD OpenBSD Haiku),$(UNAME_S))
CFLAGS += -pthread
CXXFLAGS += -pthread
endif