未验证 提交 0d3f08f5 编写于 作者: Z Zhiyu Yang 提交者: GitHub

[TS-345]<hotfix>: fix install_clien.sh for Darwin installing script (#7897)

上级 2fbaf137
......@@ -129,7 +129,11 @@ function install_lib() {
${csudo} ln -s ${lib_link_dir}/libtaos.1.dylib ${lib_link_dir}/libtaos.dylib
fi
if [ "$osType" != "Darwin" ]; then
${csudo} ldconfig
else
${csudo} update_dyld_shared_cache
fi
}
function install_header() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册