Update openssl.sh

pull/436/head
midoks 2 years ago
parent 8e0327a084
commit f3eee40e1e
  1. 2
      plugins/php/versions/common/openssl.sh

@ -70,7 +70,7 @@ Install_lib()
fi
OPTIONS=""
if [ "${SYS_ARCH}" == "aarch64" ];then
if [ "${SYS_ARCH}" == "aarch64" ] && [ "$version" -lt "56" ];then
OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu"
fi

Loading…
Cancel
Save