This commit is contained in:
Li ZongYing 2023-12-15 14:04:02 +08:00
parent 20cf300555
commit b0083722ce
2 changed files with 6 additions and 3 deletions

View File

@ -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)

View File

@ -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 ()