Add OpenBSD support (#314)

This commit is contained in:
Kevin Lo
2023-03-21 09:50:09 -06:00
committed by GitHub
parent c98ae02668
commit 715d292ee0
3 changed files with 6 additions and 2 deletions

View File

@@ -53,6 +53,10 @@ ifeq ($(UNAME_S),NetBSD)
CFLAGS += -pthread
CXXFLAGS += -pthread
endif
ifeq ($(UNAME_S),OpenBSD)
CFLAGS += -pthread
CXXFLAGS += -pthread
endif
ifeq ($(UNAME_S),Haiku)
CFLAGS += -pthread
CXXFLAGS += -pthread