Odd change for Mac users

This commit is contained in:
Paul Hoffman 2019-11-22 12:12:19 +08:00
parent f197b022e7
commit 03c0f89a97
1 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@ done
rm -fr "${BUILDDIR}/build"
mkdir "${BUILDDIR}/build"
cd "${BUILDDIR}/build"
"${SRCROOT}/configure" $* --prefix "${BUILDDIR}/install"
"${SRCROOT}/configure" $* --prefix "${BUILDDIR}/install" || "${SRCROOT}/configure" $* --prefix "${BUILDDIR}/install" --with-ssl=/usr/local/opt/openssl@1.1