Skip to content

Commit

Permalink
fix: avoid build script run failed when first time to run
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Aug 22, 2024
1 parent b7ea9f6 commit 1962f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build_architecture() {
echo "Start to build ${arch}"
if source "${script_path}"; then
pushd "openssl"
make clean && \
make clean || echo "Clean build cache as first."
./Configure ${openssl_arch} --prefix="${output_dir}" --libdir=lib ${extra_args} && \
make && \
make install && \
Expand Down

0 comments on commit 1962f9e

Please sign in to comment.