Skip to content

Commit

Permalink
make: clone onnxruntime repo for include files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Nov 25, 2024
1 parent 8e86398 commit 53e4bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ endif
LIBRARY_PATH := $(DEPS_DIR)/lib
DEPS_FILES += $(DEPS_DIR)/lib/libtokenizers.a
DEPS_FILES += $(DEPS_DIR)/lib/libonnxruntime.a
DEPS_FILES += $(DEPS_DIR)/src/onnxruntime
else
CGO_CPPFLAGS :=
CGO_LDFLAGS :=
Expand Down

0 comments on commit 53e4bc4

Please sign in to comment.