We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install_sw
1 parent f6fedfb commit 3532d15Copy full SHA for 3532d15
openssl.sh
@@ -201,7 +201,7 @@ _VER="$1"
201
202
SOURCE_DATE_EPOCH="${unixts}" TZ=UTC make --directory="${_BLDDIR}" --jobs="${_JOBS}"
203
# Ending slash required.
204
- make --directory="${_BLDDIR}" --jobs="${_JOBS}" install "DESTDIR=$(pwd)/${_PKGDIR}/" >/dev/null # 2>&1
+ make --directory="${_BLDDIR}" --jobs="${_JOBS}" install_sw "DESTDIR=$(pwd)/${_PKGDIR}/" >/dev/null # 2>&1
205
206
# OpenSSL 3.x does not strip the drive letter anymore:
207
# ./openssl/${_PKGDIR}/C:/Windows/System32/OpenSSL
0 commit comments