fixing flag typo

This commit is contained in:
Nathan Freitas 2015-04-15 10:15:38 -04:00
parent dbe3024dfc
commit 84c6645220
1 changed files with 1 additions and 1 deletions

2
external/Makefile vendored
View File

@ -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)