mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
wp-fdroid: Don't imply 32bit code does not work on 64bit systems
This commit is contained in:
parent
e99ae53538
commit
52e67fa2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ class FDroid
|
||||||
$hasabis = isset($apk['nativecode']);
|
$hasabis = isset($apk['nativecode']);
|
||||||
if($hasabis) {
|
if($hasabis) {
|
||||||
$abis = str_replace(',', ' ', $apk['nativecode']);
|
$abis = str_replace(',', ' ', $apk['nativecode']);
|
||||||
$out.="<p>This version uses native code and will only run on: ".$abis."</p>";
|
$out.="<p>This version uses native code and is built for: ".$abis."</p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Is this source or binary?
|
// Is this source or binary?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue