From b0083722cef0fe7f3a7309955a446d78521a3501 Mon Sep 17 00:00:00 2001 From: Li ZongYing Date: Fri, 15 Dec 2023 14:04:02 +0800 Subject: [PATCH] fix bug --- README.md | 2 ++ app/CMakeLists.txt | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd89636..87d70e2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ 下载安装[releases](https://github.com/lizongying/my-tv/releases) +[my-tv](https://lyrics.run/my-tv.html) + ![image](./screenshots/img.png) ![image](./screenshots/img_1.png) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 3db16d3..9761d60 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -90,11 +90,12 @@ if (IS_SO_BUILD) native-lib libssl libcrypto - - # Links the log library to the target library. ${log-lib}) else () target_link_libraries( # Specifies the target library. nothing - native-lib) + libssl + libcrypto + native-lib + ${log-lib}) endif () \ No newline at end of file