mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
bump android ndk version
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5173 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4896954c8a
commit
7314c78135
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ ifeq ($(FTE_TARGET),droid)
|
||||||
else
|
else
|
||||||
ANDROID_HOSTSYSTEM?=linux-$(shell uname -m)
|
ANDROID_HOSTSYSTEM?=linux-$(shell uname -m)
|
||||||
endif
|
endif
|
||||||
DROID_ABI_VER?=4.6
|
DROID_ABI_VER?=4.9
|
||||||
|
|
||||||
#omfg why the FUCK do we need all this bullshit? Why isn't there some sane way to do this that actually works regardless of ndk updates?!?
|
#omfg why the FUCK do we need all this bullshit? Why isn't there some sane way to do this that actually works regardless of ndk updates?!?
|
||||||
#name is some random subdir that someone at google arbitrarily picked
|
#name is some random subdir that someone at google arbitrarily picked
|
||||||
|
|
Loading…
Reference in a new issue