From 9b24120cd93e2a388d7a07917dc0099f3b4f2b2e Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 18 May 2017 19:24:24 +0200 Subject: Updated libs --- src/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index e9de5623..dc1b7625 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- cgit v1.2.3