fixing flag typo
This commit is contained in:
parent
dbe3024dfc
commit
84c6645220
|
@ -52,7 +52,7 @@ STRIP := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-strip \
|
|||
--strip-unneeded -R .note -R .comment --strip-debug
|
||||
|
||||
# PIEFLAGS for SDK 16/Android L must be set to -fPIE -pie, but can override for earlier targets
|
||||
PIEFLAGS =? -fPIE -pie
|
||||
PIEFLAGS ?= -fPIE -pie
|
||||
CFLAGS = -DANDROID $(TARGET_CFLAGS) $(PIEFLAGS)
|
||||
LDFLAGS = -llog $(TARGET_LDFLAGS) $(PIEFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue