fix bug
This commit is contained in:
parent
20cf300555
commit
b0083722ce
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
下载安装[releases](https://github.com/lizongying/my-tv/releases)
|
下载安装[releases](https://github.com/lizongying/my-tv/releases)
|
||||||
|
|
||||||
|
[my-tv](https://lyrics.run/my-tv.html)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,11 +90,12 @@ if (IS_SO_BUILD)
|
||||||
native-lib
|
native-lib
|
||||||
libssl
|
libssl
|
||||||
libcrypto
|
libcrypto
|
||||||
|
|
||||||
# Links the log library to the target library.
|
|
||||||
${log-lib})
|
${log-lib})
|
||||||
else ()
|
else ()
|
||||||
target_link_libraries( # Specifies the target library.
|
target_link_libraries( # Specifies the target library.
|
||||||
nothing
|
nothing
|
||||||
native-lib)
|
libssl
|
||||||
|
libcrypto
|
||||||
|
native-lib
|
||||||
|
${log-lib})
|
||||||
endif ()
|
endif ()
|
||||||
Loading…
Reference in New Issue