exclude libcrypto from appimage (instead rely on system version of openssl) (#485)

Co-authored-by: Archez <Archez@users.noreply.github.com>
This commit is contained in:
briaguya
2024-05-26 17:33:59 -04:00
committed by GitHub
co-authored by Archez
parent 07e976e826
commit e01faa7d23
+1
View File
@@ -79,6 +79,7 @@ execute_process(
--executable=$<TARGET_FILE:2ship>
$<$<BOOL:$<TARGET_PROPERTY:2ship,APPIMAGE_DESKTOP_FILE>>:--desktop-file=$<TARGET_PROPERTY:2ship,APPIMAGE_DESKTOP_FILE>>
$<$<BOOL:$<TARGET_PROPERTY:2ship,APPIMAGE_ICON_FILE>>:--icon-file=$<TARGET_PROPERTY:2ship,APPIMAGE_ICON_FILE>>
--exclude-library "*libcrypto*"
--output=appimage
# --verbosity=2
)