Skip to content

Commit 2247cd1

Browse files
committed
optimized
Signed-off-by: leleliu008 <leleliu008@gmail.com>
1 parent 0535dc3 commit 2247cd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/formula-repo-list-update.c

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ static int uppm_formula_repo_url_of_official_core(char buf[], const size_t bufSi
5959
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-package-repository-%s-%s-%s", osType, osVers, osArch);
6060
#elif defined (__NetBSD__)
6161
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-package-repository-%s-%s-%s", osType, osVers, osArch);
62+
#elif defined (__ANDROID__)
63+
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-package-repository-%s-%s-%s", osType, osVers, osArch);
6264
#else
6365
ret = snprintf(buf, bufSize, "https://github.com/leleliu008/uppm-formula-repository-%s-%s", osType, osArch);
6466
#endif

0 commit comments

Comments
 (0)