Skip to content

Commit 0b09daf

Browse files
authored
Update common_functions
1 parent 5b56961 commit 0b09daf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/common_functions

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ function build_breakpad {
1919
}
2020

2121
function build_libssh2 {
22-
pushd $DEPS_DIR/qredisclient/3rdparty/qsshclient && ./configure && popd
22+
if [ ! -d "$DEPS_DIR/qredisclient/3rdparty/qsshclient" ]; then
23+
pushd $DEPS_DIR/qredisclient/3rdparty/qsshclient && ./configure && popd
24+
fi
2325
}
2426

2527
function print_line {

0 commit comments

Comments
 (0)