mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Android: Fix include paths.
This commit is contained in:
parent
af57eb582c
commit
af307d05e2
2 changed files with 3 additions and 4 deletions
|
@ -14,9 +14,8 @@ LOCAL_C_INCLUDES := \
|
|||
$(LOCAL_PATH)/../../ext/miniupnp \
|
||||
$(LOCAL_PATH)/../../ext/miniupnp-build \
|
||||
$(LOCAL_PATH)/$(NATIVE)/base \
|
||||
$(LOCAL_PATH)/$(NATIVE)/ext \
|
||||
$(LOCAL_PATH)/$(NATIVE)/ext/libpng17 \
|
||||
$(LOCAL_PATH)/$(NATIVE)/ext/libzip \
|
||||
$(LOCAL_PATH)/../../ext/libpng17 \
|
||||
$(LOCAL_PATH)/../../ext/libzip \
|
||||
$(LOCAL_PATH)/$(NATIVE) \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ LOCAL_SRC_FILES :=\
|
|||
|
||||
LOCAL_CFLAGS := -O3 -DUSING_GLES2 -fsigned-char -fno-strict-aliasing -Wall -Wno-multichar -D__STDC_CONSTANT_MACROS
|
||||
LOCAL_CPPFLAGS := -fno-exceptions -std=gnu++11 -fno-rtti -Wno-reorder
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/ext $(LOCAL_PATH)/ext/libpng17 $(LOCAL_PATH)/ext/libzip $(LOCAL_PATH)/ext/glslang ..
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../ext $(LOCAL_PATH)/../../ext/libpng17 $(LOCAL_PATH)/../../ext/libzip $(LOCAL_PATH)/../../ext/glslang ..
|
||||
|
||||
#Portable native and separate code on android in future is easy you needs add files
|
||||
#by ($(target_arch_ABI),arquitecture (armeabi-v7a , armeabi , x86 , MIPS)
|
||||
|
|
Loading…
Add table
Reference in a new issue