Explicitly enable OpenSSL on non-windows
This commit is contained in:
@@ -48,3 +48,13 @@ ffbuild_dockerbuild() {
|
||||
make -j$(nproc)
|
||||
make install_sw
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --enable-openssl
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
[[ $TARGET == win* ]] && return
|
||||
echo --disable-openssl
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user