Skip to content

Commit e1e1b26

Browse files
authored
Fix the symbol error when build the vineyard llm module. (#1981)
Signed-off-by: Ye Cao <[email protected]>
1 parent 3a2364b commit e1e1b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ if(BUILD_VINEYARD_PYTHON_BINDINGS AND BUILD_VINEYARD_LLM_CACHE)
10271027
DEPENDS _llm_C
10281028
COMMENT "Copying llm kv cache python extensions."
10291029
VERBATIM)
1030+
set_target_properties(_llm_C PROPERTIES LINK_FLAGS "-Wl,--version-script=${LIBFABRIC_VERSION_SCRIPT}")
10301031
add_dependencies(vineyard_llm_python vineyard_client_python)
10311032
endif()
10321033

0 commit comments

Comments
 (0)