mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 18:50:20 +08:00
Fix android build, link log library (#3670)
This commit is contained in:
parent
cf6066b36e
commit
116c3e4642
@ -448,6 +448,8 @@ endif()
|
|||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
update_cached_list(MK_LINK_LIBRARIES WS2_32 Iphlpapi shlwapi)
|
update_cached_list(MK_LINK_LIBRARIES WS2_32 Iphlpapi shlwapi)
|
||||||
|
elseif(ANDROID)
|
||||||
|
update_cached_list(MK_LINK_LIBRARIES log)
|
||||||
elseif(NOT ANDROID OR IOS)
|
elseif(NOT ANDROID OR IOS)
|
||||||
update_cached_list(MK_LINK_LIBRARIES pthread)
|
update_cached_list(MK_LINK_LIBRARIES pthread)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user