forked from mirrors/linphone-iphone
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