This commit is contained in:
xiongziliang 2018-03-26 22:34:49 +08:00 committed by xeonye
parent f79475f700
commit 3c2396f8d7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ add_library(zlmediakit STATIC ${MediaKit_src_list})
if (WIN32)
list(APPEND LINK_LIB_LIST WS2_32 Iphlpapi shlwapi)
elif(NOT ANDROID and NOT IOS)
elseif(NOT ANDROID and NOT IOS)
list(APPEND LINK_LIB_LIST pthread)
endif ()