mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	externals: Remove broken android-ifaddrs. (#7410)
This commit is contained in:
		
							parent
							
								
									480604ec72
								
							
						
					
					
						commit
						9f5d5c6ddd
					
				
					 7 changed files with 1 additions and 676 deletions
				
			
		|  | @ -17,9 +17,6 @@ | |||
| #include <boost/serialization/unordered_map.hpp> | ||||
| #include <boost/serialization/vector.hpp> | ||||
| #include <boost/serialization/weak_ptr.hpp> | ||||
| #if defined(__ANDROID__) | ||||
| #include <ifaddrs.h> | ||||
| #endif | ||||
| #include <httplib.h> | ||||
| #include "core/hle/ipc_helpers.h" | ||||
| #include "core/hle/kernel/shared_memory.h" | ||||
|  |  | |||
|  | @ -17,9 +17,7 @@ create_target_directory_groups(web_service) | |||
| target_compile_definitions(web_service PUBLIC -DENABLE_WEB_SERVICE) | ||||
| target_link_libraries(web_service PRIVATE citra_common network json-headers httplib cpp-jwt) | ||||
| target_link_libraries(web_service PUBLIC ${OPENSSL_LIBS}) | ||||
| if (ANDROID) | ||||
|     target_link_libraries(web_service PRIVATE ifaddrs) | ||||
| elseif(WIN32) | ||||
| if(WIN32) | ||||
|     target_link_libraries(web_service PRIVATE crypt32) | ||||
| endif() | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,9 +7,6 @@ | |||
| #include <mutex> | ||||
| #include <string> | ||||
| #include <fmt/format.h> | ||||
| #if defined(__ANDROID__) | ||||
| #include <ifaddrs.h> | ||||
| #endif | ||||
| #include <httplib.h> | ||||
| #include "common/common_types.h" | ||||
| #include "common/logging/log.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue