Add NetBSD support. (#90)
This commit is contained in:
parent
671d5cac15
commit
41be0a3b3d
3 changed files with 6 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -48,6 +48,10 @@ ifeq ($(UNAME_S),FreeBSD)
|
|||
CFLAGS += -pthread
|
||||
CXXFLAGS += -pthread
|
||||
endif
|
||||
ifeq ($(UNAME_S),NetBSD)
|
||||
CFLAGS += -pthread
|
||||
CXXFLAGS += -pthread
|
||||
endif
|
||||
ifeq ($(UNAME_S),Haiku)
|
||||
CFLAGS += -pthread
|
||||
CXXFLAGS += -pthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue