Skip to content

Commit

Permalink
make : add support for building on DragonFlyBSD/NetBSD/OpenBSD (ggerg…
Browse files Browse the repository at this point in the history
  • Loading branch information
przemoc authored Aug 27, 2023
1 parent 15ce21a commit 396a22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 396a22b

Please sign in to comment.