mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 11:11:23 +02:00
It compiles and exectes (but crashes on startup)
This commit is contained in:
@@ -22,9 +22,10 @@ LOCAL_C_INCLUDES := \
|
||||
LOCAL_SRC_FILES := \
|
||||
$(filter-out \
|
||||
,$(subst $(LOCAL_PATH)/,,\
|
||||
$(wildcard ${LOCAL_PATH}/src-IL/src/*.c) ))
|
||||
$(wildcard ${LOCAL_PATH}/src-IL/src/*.cpp) \
|
||||
$(wildcard ${LOCAL_PATH}/src-IL/src/*.c) ))
|
||||
|
||||
$(info libdevil: include dirs $(LOCAL_C_INCLUDES))
|
||||
$(info libdevil: src files $(LOCAL_SRC_FILES))
|
||||
# $(info libdevil: include dirs $(LOCAL_C_INCLUDES))
|
||||
# $(info libdevil: src files $(LOCAL_SRC_FILES))
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user