Explicitly enable OpenSSL on non-windows
This commit is contained in:
parent
867c5ce14d
commit
3f06639835
1 changed files with 10 additions and 0 deletions
|
@ -48,3 +48,13 @@ ffbuild_dockerbuild() {
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install_sw
|
make install_sw
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ffbuild_configure() {
|
||||||
|
[[ $TARGET == win* ]] && return
|
||||||
|
echo --enable-openssl
|
||||||
|
}
|
||||||
|
|
||||||
|
ffbuild_unconfigure() {
|
||||||
|
[[ $TARGET == win* ]] && return
|
||||||
|
echo --disable-openssl
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue