Skip to content

Commit

Permalink
尝试修复workflow编译报错
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyfcu committed Nov 13, 2024
1 parent 00533f4 commit 7f5814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ if(FAAC_FOUND AND ENABLE_FAAC)
endif()

if(WIN32)
update_cached_list(MK_LINK_LIBRARIES WS2_32 Iphlpapi shlwapi)
update_cached_list(MK_LINK_LIBRARIES WS2_32 Iphlpapi shlwapi timeapi)
elseif(ANDROID)
update_cached_list(MK_LINK_LIBRARIES log)
elseif(NOT ANDROID OR IOS)
Expand Down

0 comments on commit 7f5814c

Please sign in to comment.