mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Merge pull request #205 from licy183/fix-android-header
Fix build error on Android
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
|
||||
|
||||
project(fastfetch
|
||||
VERSION 1.6.0
|
||||
VERSION 1.6.1
|
||||
LANGUAGES C
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
#ifndef __ANDROID__
|
||||
#include "common/io.h"
|
||||
#elif
|
||||
#else
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user