diff options
author | Andrés | 2018-04-04 14:39:30 -0500 |
---|---|---|
committer | GitHub | 2018-04-04 14:39:30 -0500 |
commit | c9448599144e9d2ec6c7d6cb60b67a7fcade9f7e (patch) | |
tree | 5f9f49acc5033f9ed16e33997b143007a8bc7cf9 /jni/Application.mk | |
parent | ea4f4384c24996e839106d515f000269b5cfc792 (diff) | |
parent | 245d35798fde169db8fa60bda2e86603233c1ea0 (diff) | |
download | pcsx_rearmed-c9448599144e9d2ec6c7d6cb60b67a7fcade9f7e.tar.gz pcsx_rearmed-c9448599144e9d2ec6c7d6cb60b67a7fcade9f7e.tar.bz2 pcsx_rearmed-c9448599144e9d2ec6c7d6cb60b67a7fcade9f7e.zip |
Merge pull request #157 from webgeek1234/master
Fix android jni compile with clang
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index 3e882e7..f05229c 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,2 +1 @@ APP_ABI := armeabi armeabi-v7a -APP_PLATFORM := android-9 |