mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-16 15:21:07 +00:00
BUG: Gestures lib was processed two times
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user