Replace OpenSSL static libs with dylibs to enable Qt OpenSSL TLS plugin
SecureTransport is deprecated, stuck on TLS 1.2, and seems prone to random breakage in OS updates (see #1355).
This commit is contained in:
parent
4290a54ffa
commit
153db55519
3 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ while [[ "$#" -gt 0 ]]; do
|
|||
;;
|
||||
--openssl_mac)
|
||||
rm -r $LIB_PATH/mac/include/openssl
|
||||
rm $LIB_PATH/mac/lib/libssl.a $LIB_PATH/mac/lib/libcrypto.a
|
||||
rm $LIB_PATH/mac/lib/libssl*.dylib $LIB_PATH/mac/lib/libcrypto*.dylib
|
||||
shift
|
||||
;;
|
||||
--ffmpeg_win)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue