Skip to content

Commit

Permalink
build compatible with ARM proc builds (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-vreddy committed Apr 30, 2021
1 parent 7201b87 commit 4559792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ "$PLATFORM" == "linux" ]]; then
# Linux 64 bit
export CC="${GCC:-gcc52}"
make distclean clean &> /dev/null || true
perl ./Configure linux-x86_64 "${openssl_config_opts[@]}"
perl ./Configure linux-$(uname -p) "${openssl_config_opts[@]}"
make depend > /dev/null
make -j 4 > /dev/null
make install_sw install_ssldirs > /dev/null
Expand Down

0 comments on commit 4559792

Please sign in to comment.