We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0535dc3 commit 2247cd1Copy full SHA for 2247cd1
src/formula-repo-list-update.c
@@ -59,6 +59,8 @@ static int uppm_formula_repo_url_of_official_core(char buf[], const size_t bufSi
59
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-package-repository-%s-%s-%s", osType, osVers, osArch);
60
#elif defined (__NetBSD__)
61
62
+#elif defined (__ANDROID__)
63
+ ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-package-repository-%s-%s-%s", osType, osVers, osArch);
64
#else
65
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-formula-repository-%s-%s", osType, osArch);
66
#endif
0 commit comments