mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
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_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_MODULE := libhidapi
|
||||||
LOCAL_LDLIBS := -llog
|
LOCAL_LDLIBS := -llog
|
||||||
|
Loading…
Reference in New Issue
Block a user