mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
14 lines
373 B
Diff
14 lines
373 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 72a4544e..8f34f1c7 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -445,6 +445,8 @@ endif()
|
||
|
|
||
|
if(WIN32)
|
||
|
update_cached_list(MK_LINK_LIBRARIES WS2_32 Iphlpapi shlwapi)
|
||
|
+elseif(ANDROID)
|
||
|
+ update_cached_list(MK_LINK_LIBRARIES log)
|
||
|
elseif(NOT ANDROID OR IOS)
|
||
|
update_cached_list(MK_LINK_LIBRARIES pthread)
|
||
|
endif()
|