mirror of https://github.com/milvus-io/milvus.git
[skip ci] Modify description of script (#9186)
Signed-off-by: groot <yihua.mo@zilliz.com>pull/9189/head
parent
033befa2bc
commit
7b5d9a3c7a
|
@ -15,7 +15,7 @@ CORE_INSTALL_PREFIX="${MILVUS_CORE_DIR}/output"
|
|||
UNITTEST_DIRS=("${CORE_INSTALL_PREFIX}/unittest")
|
||||
CWRAPPER_UNITTEST="${SCRIPTS_DIR}/../internal/storage/cwrapper/output/wrapper_test"
|
||||
|
||||
# Currently core will install target lib to "core/output/lib"
|
||||
# currently core will install target lib to "core/output/lib"
|
||||
if [ -d "${CORE_INSTALL_PREFIX}/lib" ]; then
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CORE_INSTALL_PREFIX}/lib
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue