]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Link Accelerate framework to "stream" example
authorGeorgi Gerganov <redacted>
Mon, 17 Oct 2022 21:01:31 +0000 (00:01 +0300)
committerGeorgi Gerganov <redacted>
Mon, 17 Oct 2022 21:12:51 +0000 (00:12 +0300)
Makefile

index 61384ae6687f6e2bb3e9f68edbe02112dd4e236a..3e5c9a4c16b14df28b6db9676097d2d478b371e5 100644 (file)
--- 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