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
|
||||
endif
|
||||
|
||||
APP_CFLAGS += -Wl,--no-undefined
|
||||
|
||||
# if non-zero, works only if single ABI selected
|
||||
XASH_THREAD_NUM ?= 0
|
||||
|
||||
|
@ -47,3 +49,4 @@ endif
|
|||
ifeq ($(XASH_SDL),1)
|
||||
APP_MODULES += SDL2
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue