mirror of https://github.com/encounter/SDL.git
Fixed bug 4335 - Android NDK build error
dmuratshin LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH)
This commit is contained in:
parent
e381a1599d
commit
df89abb23e
|
@ -102,7 +102,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_CPPFLAGS += -std=c++11
|
||||
|
||||
LOCAL_SRC_FILES := $(LOCAL_PATH)/src/hidapi/android/hid.cpp
|
||||
LOCAL_SRC_FILES := src/hidapi/android/hid.cpp
|
||||
|
||||
LOCAL_MODULE := libhidapi
|
||||
LOCAL_LDLIBS := -llog
|
||||
|
|
Loading…
Reference in New Issue