Skip to content

Commit

Permalink
externals: Remove broken android-ifaddrs. (#7410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveice10 authored Feb 1, 2024
1 parent 480604e commit 9f5d5c6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 676 deletions.
5 changes: 0 additions & 5 deletions externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,6 @@ endif()
target_compile_options(httplib INTERFACE -DCPPHTTPLIB_OPENSSL_SUPPORT)
target_link_libraries(httplib INTERFACE ${OPENSSL_LIBRARIES})

if(ANDROID)
add_subdirectory(android-ifaddrs)
target_link_libraries(httplib INTERFACE ifaddrs)
endif()

if (UNIX AND NOT APPLE)
add_subdirectory(gamemode)
endif()
Expand Down
8 changes: 0 additions & 8 deletions externals/android-ifaddrs/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 9f5d5c6

Please sign in to comment.