Commit 79ac5443 authored by JinHai-CN's avatar JinHai-CN
Browse files

Fix compilation error



Signed-off-by: default avatarJinHai-CN <hai.jin@zilliz.com>
parent 131b3469
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ if [[ ${RUN_CPPLINT} == "ON" ]]; then
fi

# compile and build
make -j8 || exit 1
make -j6 || exit 1

if [[ ${PRIVILEGES} == "ON" ]];then
    sudo make install || exit 1