Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fa2e5e

Browse files
committedJan 26, 2024·
makevars
1 parent e4a3c39 commit 6fa2e5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/Makevars

+4
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ endif
227227
ifdef WHISPER_CPPFLAGS
228228
PKG_CPPFLAGS = $(WHISPER_CPPFLAGS)
229229
endif
230+
endif
231+
ifdef WHISPER_LIBS
232+
PKG_LIBS = $(WHISPER_LIBS)
233+
endif
230234

231235
#PKG_CFLAGS = -mavx -mavx2 -mfma -mf16c
232236
#PKG_CFLAGS = -msse3

0 commit comments

Comments
 (0)
Please sign in to comment.