Spaces:
Sleeping
Sleeping
Link Accelerate framework to "stream" example
Browse files
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
|