Skip to content

Commit

Permalink
configure openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 27, 2024
1 parent 3a9b834 commit a60b9fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ elif [[ "${ARCH}" == "loongarch64" ]]; then
./Configure linux64-loongarch64 no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
elif [[ "${ARCH}" == "s390x" ]]; then
./Configure linux64-s390x no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
elif [[ "${ARCH}" == "powerpc64le" ]]; then
./Configure linux-ppc64le no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
else
./Configure linux-${ARCH} no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
fi
Expand Down

0 comments on commit a60b9fc

Please sign in to comment.