We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951a15b commit c2ec1e9Copy full SHA for c2ec1e9
CMakeLists.txt
@@ -1026,7 +1026,7 @@ if(FreeBSD AND EXISTS "/usr/local/bin/objdump")
1026
endif()
1027
1028
1029
-if(LINUX)
+if(LINUX OR ANDROID)
1030
target_compile_definitions(libfastfetch PUBLIC _GNU_SOURCE _XOPEN_SOURCE __STDC_WANT_LIB_EXT1__=1 _FILE_OFFSET_BITS=64)
1031
elseif(WIN32)
1032
target_compile_definitions(libfastfetch PUBLIC _GNU_SOURCE WIN32_LEAN_AND_MEAN=1 _WIN32_WINNT=0x0A00)
@@ -1614,4 +1614,4 @@ fastfetch is a neofetch-like tool for fetching system information and displaying
1614
It is written mostly in C to achieve much better performance.\
1615
")
1616
1617
-include(CPack)
+include(CPack)
0 commit comments