We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2293fc5 commit a9de37bCopy full SHA for a9de37b
deploy/inference-gateway/epp/pkg/plugins/dynamo_kv_scorer/plugin.go
@@ -24,7 +24,7 @@ package dynamo_kv_scorer
24
/*
25
#cgo CPPFLAGS: -I${SRCDIR}/include
26
#cgo CXXFLAGS: -std=c++17
27
-#cgo LDFLAGS: ${SRCDIR}/lib/libdynamo_llm_capi.a -lstdc++ -ldl -lpthread -lm
+#cgo LDFLAGS: ${SRCDIR}/lib/libdynamo_llm_capi.a -lstdc++ -ldl -lpthread -lm -lpcre2-8
28
29
#include <stdint.h>
30
#include <stddef.h>
0 commit comments