Skip to content

Commit 7c5ba59

Browse files
committed
trying to compile
1 parent 740634d commit 7c5ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CXX_STD = CXX11
44
PKG_CPPFLAGS += -DSTRICT_R_HEADERS -I./dr_libs -I./whisper_cpp/ggml/include -I./whisper_cpp/src -I./whisper_cpp/include -I./whisper_cpp/examples
55

66
SOURCES = whisper_cpp/src/whisper.cpp whisper_cpp/ggml/src/ggml.c rcpp_whisper.cpp RcppExports.cpp
7-
OBJECTS = whisper_cpp/src/whisper.o whisper_cpp/src/ggml.o rcpp_whisper.o RcppExports.o
7+
OBJECTS = whisper_cpp/src/whisper.o whisper_cpp/ggml/src/ggml.o rcpp_whisper.o RcppExports.o
88

99
all: $(SHLIB)
1010

0 commit comments

Comments
 (0)