mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
12 lines
362 B
Diff
12 lines
362 B
Diff
--- a/lib/gui_rpc_client.cpp
|
|
+++ b/lib/gui_rpc_client.cpp
|
|
@@ -416,7 +416,7 @@
|
|
char msg_buf[5120];
|
|
FILE* f = fopen(GUI_RPC_PASSWD_FILE, "r");
|
|
if (!f) {
|
|
-#if defined(__linux__)
|
|
+#if defined(__linux__) && !defined(__ANDROID__)
|
|
#define HELP_URL "https://boinc.berkeley.edu/gui_rpc.php"
|
|
char path[MAXPATHLEN];
|
|
if (errno == EACCES) {
|