Link Accelerate framework to "stream" example

pull/60/head
Georgi Gerganov 3 years ago
parent 76af5413ba
commit 259f2e214c
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -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

Loading…
Cancel
Save