mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-16 07:27:04 +00:00
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
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user