pull/121/head
jafri 3 years ago
parent b123124019
commit d0045f0764

@ -1,22 +1,15 @@
ifdef UNAME_S
UNAME_S := $(UNAME_S)
else
ifndef UNAME_S
UNAME_S := $(shell uname -s)
endif
ifdef UNAME_P
UNAME_P := $(UNAME_P)
else
ifndef UNAME_P
UNAME_P := $(shell uname -p)
endif
ifdef UNAME_M
UNAME_M := $(UNAME_M)
else
ifndef UNAME_M
UNAME_M := $(shell uname -m)
endif
# Mac OS + Arm can report x86_64
# ref: https://github.com/ggerganov/whisper.cpp/issues/66#issuecomment-1282546789
ifeq ($(UNAME_S),Darwin)

Loading…
Cancel
Save