repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct options when building for RetroArch.
[SquirrelJME.git]
/
ratufacoat
/
libretro
/
jni
/
Application.mk
blob
bb799cdcfcf32dd479fa47494119110e31b2908c
1
# only compile the CPUs that Android actually used at some point
2
APP_ABI
:=
all
3
APP_PLATFORM
:=
android-18
4
APP_STL
:=
c
++
_static
5
APP_CPPFLAGS
+= -
std
=
c
++
11