We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9190b17 commit 5e99b3cCopy full SHA for 5e99b3c
Makefile
@@ -20,8 +20,8 @@ ifneq ($(shell grep -e "Arch Linux" -e "ID_LIKE=arch" /etc/os-release 2>/dev/nul
20
ARCH_ADD = -lcblas
21
endif
22
23
-CCV = $(shell $(CC) --version | head -n 1)
24
-CXXV = $(shell $(CXX) --version | head -n 1)
+CCV := $(shell $(CC) --version | head -n 1)
+CXXV := $(shell $(CXX) --version | head -n 1)
25
26
# Mac OS + Arm can report x86_64
27
# ref: https://github.com/ggerganov/whisper.cpp/issues/66#issuecomment-1282546789
0 commit comments