mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +00:00
Only use the libssl.so linking hack for AppImages
This commit is contained in:
+1
-1
@@ -484,7 +484,7 @@ int main(int argc, char *argv[])
|
|||||||
// Force AntiHooking.dll to be statically imported and loaded
|
// Force AntiHooking.dll to be statically imported and loaded
|
||||||
// by ntdll on Win32 platforms by calling a dummy function.
|
// by ntdll on Win32 platforms by calling a dummy function.
|
||||||
AntiHookingDummyImport();
|
AntiHookingDummyImport();
|
||||||
#elif defined(Q_OS_LINUX)
|
#elif defined(APP_IMAGE)
|
||||||
// Force libssl.so to be directly linked to our binary, so
|
// Force libssl.so to be directly linked to our binary, so
|
||||||
// linuxdeployqt can find it and include it in our AppImage.
|
// linuxdeployqt can find it and include it in our AppImage.
|
||||||
// QtNetwork will pull it in via dlopen().
|
// QtNetwork will pull it in via dlopen().
|
||||||
|
|||||||
Reference in New Issue
Block a user