Skip to content

Commit 5e99b3c

Browse files
authored
Update Makefile
1 parent 9190b17 commit 5e99b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ifneq ($(shell grep -e "Arch Linux" -e "ID_LIKE=arch" /etc/os-release 2>/dev/nul
2020
ARCH_ADD = -lcblas
2121
endif
2222

23-
CCV = $(shell $(CC) --version | head -n 1)
24-
CXXV = $(shell $(CXX) --version | head -n 1)
23+
CCV := $(shell $(CC) --version | head -n 1)
24+
CXXV := $(shell $(CXX) --version | head -n 1)
2525

2626
# Mac OS + Arm can report x86_64
2727
# ref: https://github.com/ggerganov/whisper.cpp/issues/66#issuecomment-1282546789

0 commit comments

Comments
 (0)