fix bug
This commit is contained in:
parent
20cf300555
commit
b0083722ce
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
下载安装[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
|
||||
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 ()
|
||||
Loading…
Reference in New Issue