From 3f80fafc091530efaaa26c962a1db73bbb05c4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sat, 24 Sep 2022 22:22:20 +0800 Subject: [PATCH] Android: fix build --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d98a3957e..830ec5f46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,6 @@ endif() if(LINUX OR ANDROID OR BSD) list(APPEND LIBFASTFETCH_SRC src/detection/cpuUsage/cpuUsage_linux.c - src/detection/battery/battery_linux.c src/detection/disk/disk_linux.c ) endif()