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