Revert "Explicitly enable OpenSSL on non-windows"
Accidental commit, OpenSSL 3.0 with Apache license is not out yet.
This reverts commit 3f06639835
.
This commit is contained in:
parent
5b5e41b0c6
commit
93719c1a54
1 changed files with 0 additions and 10 deletions
|
@ -48,13 +48,3 @@ ffbuild_dockerbuild() {
|
|||
make -j$(nproc)
|
||||
make install_sw
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --enable-openssl
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --disable-openssl
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue