mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 20:29:18 -05:00
Corrected issue
This commit is contained in:
@ -46,7 +46,7 @@ LOCAL_SRC_FILES :=\
|
|||||||
../../models.c \
|
../../models.c \
|
||||||
../../utils.c \
|
../../utils.c \
|
||||||
../../audio.c \
|
../../audio.c \
|
||||||
../../stb_vorbis.c \
|
../../external/stb_vorbis.c \
|
||||||
|
|
||||||
# Required includes paths (.h)
|
# Required includes paths (.h)
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include $(LOCAL_PATH)/../..
|
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/include $(LOCAL_PATH)/../..
|
||||||
|
|||||||
Reference in New Issue
Block a user