Updated libs

This commit is contained in:
Ray
2017-05-18 19:24:24 +02:00
parent d033c87d27
commit 9b24120cd9
10 changed files with 364 additions and 123 deletions

View File

@ -232,11 +232,7 @@ endif
INCLUDES = -I. -Iexternal
# OpenAL Soft library
ifeq ($(PLATFORM),PLATFORM_ANDROID)
INCLUDES += -Iandroid/jni/include/AL
else
INCLUDES += -Iexternal/openal_soft/include
endif
INCLUDES += -Iexternal/openal_soft/include
# define any directories containing required header files
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
@ -257,7 +253,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
# Android required libraries
INCLUDES += -I$(ANDROID_TOOLCHAIN)/sysroot/usr/include
# Include android_native_app_glue.h
INCLUDES += -Iandroid/jni/include
INCLUDES += -Iexternal/android/native_app_glue
#INCLUDES += -I$(ANDROID_NDK)/sources/android/native_app_glue
endif