We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a3c39 commit 6fa2e5eCopy full SHA for 6fa2e5e
src/Makevars
@@ -227,6 +227,10 @@ endif
227
ifdef WHISPER_CPPFLAGS
228
PKG_CPPFLAGS = $(WHISPER_CPPFLAGS)
229
endif
230
+endif
231
+ifdef WHISPER_LIBS
232
+PKG_LIBS = $(WHISPER_LIBS)
233
234
235
#PKG_CFLAGS = -mavx -mavx2 -mfma -mf16c
236
#PKG_CFLAGS = -msse3
0 commit comments