Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
add missing x86/64 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed May 13, 2019
1 parent a06af7c commit 11c7859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ABI := arm64-v8a armeabi-v7a# x86 x86_64
APP_ABI := arm64-v8a armeabi-v7a x86 x86_64
APP_PLATFORM := android-23
APP_CFLAGS := -std=gnu99
APP_CPPFLAGS := -std=c++11
Expand Down

0 comments on commit 11c7859

Please sign in to comment.