Skip to content

Commit b0d3599

Browse files
authored
make : add support for building on DragonFlyBSD/NetBSD/OpenBSD (#1212)
1 parent 25466aa commit b0d3599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ endif
5757

5858
# OS specific
5959
# TODO: support Windows
60-
ifeq ($(filter $(UNAME_S),Linux Darwin FreeBSD Haiku),$(UNAME_S))
60+
ifeq ($(filter $(UNAME_S),Linux Darwin DragonFly FreeBSD NetBSD OpenBSD Haiku),$(UNAME_S))
6161
CFLAGS += -pthread
6262
CXXFLAGS += -pthread
6363
endif

0 commit comments

Comments
 (0)