mirror of https://github.com/axmolengine/axmol.git
Android port needs etc headers
This commit is contained in:
parent
8e386cf0bc
commit
74583d21f3
|
@ -28,7 +28,8 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
|||
LOCAL_C_INCLUDES := $(LOCAL_PATH) \
|
||||
$(LOCAL_PATH)/../.. \
|
||||
$(LOCAL_PATH)/../../include \
|
||||
$(LOCAL_PATH)/../../kazmath/include
|
||||
$(LOCAL_PATH)/../../kazmath/include \
|
||||
$(LOCAL_PATH)/../../platform/third_party/common/etc
|
||||
|
||||
LOCAL_LDLIBS := -lGLESv1_CM \
|
||||
-lGLESv2 \
|
||||
|
|
Loading…
Reference in New Issue