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 62704e1 commit 65d6438Copy full SHA for 65d6438
1 file changed
Makefile
@@ -283,7 +283,7 @@ all: $(TARGET)
283
# Loadable library
284
$(TARGET): $(OBJ_FILES) $(DEF_FILE) $(LLAMA_LIBS) $(WHISPER_LIBS) $(MINIAUDIO_LIBS)
285
ifeq ($(USE_MSVC),1)
286
- "$(VCToolsInstallDir)bin\Hostx64\x64\link.exe" /nologo $(LDFLAGS) /DEF:$(DEF_FILE) /OUT:$@ $(OBJ_FILES) $(LLAMA_LIBS) $(WHISPER_LIBS) $(MINIAUDIO_LIBS) $(MSVC_LIBS)
+ cmd.exe /C "\"$(VCToolsInstallDir)bin\Hostx64\x64\link.exe\" /nologo $(LDFLAGS) /DEF:$(DEF_FILE) /OUT:$@ $(OBJ_FILES) $(LLAMA_LIBS) $(WHISPER_LIBS) $(MINIAUDIO_LIBS) $(MSVC_LIBS)"
287
else
288
$(CXX) $(OBJ_FILES) $(DEF_FILE) -o $@ $(LDFLAGS)
289
ifeq ($(PLATFORM),windows)
0 commit comments