Skip to content

Commit c99e93d

Browse files
committed
removed socket (fixes ios build)
1 parent 44c6e50 commit c99e93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ endif()
320320

321321
# Check for all needed libraries
322322
check_library_exists_concat("${CMAKE_DL_LIBS}" dlopen HAVE_LIBDL)
323-
check_library_exists_concat("socket" connect HAVE_LIBSOCKET)
323+
#check_library_exists_concat("socket" connect HAVE_LIBSOCKET)
324324
check_library_exists("c" gethostbyname "" NOT_NEED_LIBNSL)
325325

326326
# Yellowtab Zeta needs different libraries than BeOS 5.

0 commit comments

Comments
 (0)