mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
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
@ -156,7 +156,7 @@ win32:!winrt {
|
|||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
!disable-prebuilts {
|
!disable-prebuilts {
|
||||||
LIBS += -lssl -lcrypto -lavcodec.61 -lavutil.59 -lswscale.8 -lopus -framework SDL2 -framework SDL2_ttf
|
LIBS += -lssl.3 -lcrypto.3 -lavcodec.61 -lavutil.59 -lswscale.8 -lopus -framework SDL2 -framework SDL2_ttf
|
||||||
CONFIG += discord-rpc
|
CONFIG += discord-rpc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
libs
2
libs
@ -1 +1 @@
|
|||||||
Subproject commit 77f06dd92d960881c912fa8483ce2996cbdb9802
|
Subproject commit 5e4c03cad562dfd1030537bea8e0aeac7b38a5f8
|
@ -42,7 +42,7 @@ while [[ "$#" -gt 0 ]]; do
|
|||||||
;;
|
;;
|
||||||
--openssl_mac)
|
--openssl_mac)
|
||||||
rm -r $LIB_PATH/mac/include/openssl
|
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
|
shift
|
||||||
;;
|
;;
|
||||||
--ffmpeg_win)
|
--ffmpeg_win)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user