We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c962b commit 3b4aebdCopy full SHA for 3b4aebd
1 file changed
Makefile
@@ -57,8 +57,8 @@ ifeq ($(PLATFORM),windows)
57
OBJ_EXT = .obj
58
LIB_EXT = .lib
59
else ifeq ($(USE_HIP_CLANG),1)
60
- CC = $(HIP_PATH)/bin/clang.exe
61
- CXX = $(HIP_PATH)/bin/clang++.exe
+ CC = "$(HIP_PATH)/bin/clang.exe"
+ CXX = "$(HIP_PATH)/bin/clang++.exe"
62
CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR) -I$(LLAMA_DIR)/ggml/include -I$(LLAMA_DIR)/include -I$(WHISPER_DIR)/include -I$(MINIAUDIO_DIR)
63
OBJ_EXT = .o
64
0 commit comments