mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine the script comment (#9548)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/9590/head
parent
f996674ed4
commit
06483babef
|
@ -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 "internal/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