mirror of https://github.com/raysan5/raylib
BUG: Gestures lib was processed two times
This commit is contained in:
parent
63ea3449d3
commit
f269fb46ea
|
@ -48,7 +48,6 @@ LOCAL_SRC_FILES :=\
|
||||||
../../src/utils.c \
|
../../src/utils.c \
|
||||||
../../src/audio.c \
|
../../src/audio.c \
|
||||||
../../src/stb_vorbis.c \
|
../../src/stb_vorbis.c \
|
||||||
../../src/gestures.c \
|
|
||||||
|
|
||||||
# Required includes paths (.h)
|
# Required includes paths (.h)
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include $(LOCAL_PATH)/../../src
|
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include $(LOCAL_PATH)/../../src
|
||||||
|
|
Loading…
Reference in New Issue