From: Georgi Gerganov Date: Mon, 17 Oct 2022 21:01:31 +0000 (+0300) Subject: Link Accelerate framework to "stream" example X-Git-Tag: upstream/1.7.4~1950 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b81a81d54338f5c7629071bae4eecd94f1ee7007;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Link Accelerate framework to "stream" example --- diff --git a/Makefile b/Makefile index 61384ae6..3e5c9a4c 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