From b81a81d54338f5c7629071bae4eecd94f1ee7007 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 18 Oct 2022 00:01:31 +0300 Subject: [PATCH] Link Accelerate framework to "stream" example --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61384ae..3e5c9a4 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ clean: CC_SDL=`sdl2-config --cflags --libs` stream: stream.cpp ggml.o whisper.o - $(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL) + $(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL) $(LDFLAGS) # # Audio samples