Add --no-undefined globally to Application.mk
This commit is contained in:
parent
3b3d82e097
commit
108dc1243f
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,8 @@ else
|
||||||
APP_PLATFORM := android-9
|
APP_PLATFORM := android-9
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
APP_CFLAGS += -Wl,--no-undefined
|
||||||
|
|
||||||
# if non-zero, works only if single ABI selected
|
# if non-zero, works only if single ABI selected
|
||||||
XASH_THREAD_NUM ?= 0
|
XASH_THREAD_NUM ?= 0
|
||||||
|
|
||||||
|
@ -47,3 +49,4 @@ endif
|
||||||
ifeq ($(XASH_SDL),1)
|
ifeq ($(XASH_SDL),1)
|
||||||
APP_MODULES += SDL2
|
APP_MODULES += SDL2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue