ggerganov commited on
Commit
e430cf6
·
1 Parent(s): 49a405e

Link Accelerate framework to "stream" example

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -86,7 +86,7 @@ clean:
86
  CC_SDL=`sdl2-config --cflags --libs`
87
 
88
  stream: stream.cpp ggml.o whisper.o
89
- $(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL)
90
 
91
  #
92
  # Audio samples
 
86
  CC_SDL=`sdl2-config --cflags --libs`
87
 
88
  stream: stream.cpp ggml.o whisper.o
89
+ $(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL) $(LDFLAGS)
90
 
91
  #
92
  # Audio samples