mirror of https://github.com/getdnsapi/getdns.git
Odd change for Mac users
This commit is contained in:
parent
f197b022e7
commit
03c0f89a97
|
@ -25,4 +25,5 @@ done
|
||||||
rm -fr "${BUILDDIR}/build"
|
rm -fr "${BUILDDIR}/build"
|
||||||
mkdir "${BUILDDIR}/build"
|
mkdir "${BUILDDIR}/build"
|
||||||
cd "${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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue