mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix mistake in eabi when loading libs
This commit is contained in:
parent
3c772ea1fe
commit
03723b2225
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
|
|||
}
|
||||
|
||||
static {
|
||||
String eabi = "arm";
|
||||
String eabi = "armeabi";
|
||||
if (Version.isX86()) {
|
||||
eabi = "x86";
|
||||
} else if (Version.isArmv7()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue