make : add support for building on DragonFlyBSD/NetBSD/OpenBSD (#1212)
This commit is contained in:
parent
25466aa1c3
commit
b0d35995c4
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ endif
|
|||||||
|
|
||||||
# OS specific
|
# OS specific
|
||||||
# TODO: support Windows
|
# 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
|
CFLAGS += -pthread
|
||||||
CXXFLAGS += -pthread
|
CXXFLAGS += -pthread
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user