Skip to content

Commit

Permalink
Merge pull request #168 from eeff/main
Browse files Browse the repository at this point in the history
fix cross-install.sh openssl build
  • Loading branch information
fengzeroz authored Jan 30, 2024
2 parents 48750f5 + 6ed1107 commit 95c7ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function build_openssl() {
cd openssl
mkdir -p $install_dir/openssl/ssl
platform=linux-$arch
if [[ "arch" == "riscv64" ]]; then
if [[ $arch == "riscv64" ]]; then
platform=linux-generic64
fi
./Configure $platform no-asm no-async shared \
Expand Down

0 comments on commit 95c7ca3

Please sign in to comment.