From 7b7bca87a535462dac62e087309bf90c04495005 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 2 Jan 2024 22:45:20 +0100 Subject: drop android's `log` library. linux support --- libbridge/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbridge/CMakeLists.txt') diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index e82b3d1..4729bb1 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -184,7 +184,7 @@ set_target_properties(cryptonote_format_utils_basic PROPERTIES IMPORTED_LOCATION # System ############# -find_library( log-lib log ) +#find_library( log-lib log ) include_directories( ${EXTERNAL_LIBS_DIR}/include ) @@ -241,6 +241,4 @@ target_link_libraries( wallet2_api_c crypto sodium - - log ) -- cgit v1.2.3