Skip to content

Commit a9de37b

Browse files
committed
fix
1 parent 2293fc5 commit a9de37b

File tree

1 file changed

+1
-1
lines changed
  • deploy/inference-gateway/epp/pkg/plugins/dynamo_kv_scorer

1 file changed

+1
-1
lines changed

deploy/inference-gateway/epp/pkg/plugins/dynamo_kv_scorer/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package dynamo_kv_scorer
2424
/*
2525
#cgo CPPFLAGS: -I${SRCDIR}/include
2626
#cgo CXXFLAGS: -std=c++17
27-
#cgo LDFLAGS: ${SRCDIR}/lib/libdynamo_llm_capi.a -lstdc++ -ldl -lpthread -lm
27+
#cgo LDFLAGS: ${SRCDIR}/lib/libdynamo_llm_capi.a -lstdc++ -ldl -lpthread -lm -lpcre2-8
2828
2929
#include <stdint.h>
3030
#include <stddef.h>

0 commit comments

Comments
 (0)