mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-18 13:21:33 +00:00
Fix ppsspp_headless on Android Lollipop.
This commit is contained in:
parent
5538452e2a
commit
347a5f8151
@ -320,6 +320,10 @@ ifeq ($(HEADLESS),1)
|
||||
include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/Locals.mk
|
||||
|
||||
# Android 5.0 requires PIE for executables. Only supported on 4.1+, but this is testing anyway.
|
||||
LOCAL_CFLAGS += -fPIE
|
||||
LOCAL_LDFLAGS += -fPIE -pie
|
||||
|
||||
LOCAL_MODULE := ppsspp_headless
|
||||
LOCAL_SRC_FILES := \
|
||||
$(EXEC_AND_LIB_FILES) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user