aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-05-18 19:24:24 +0200
committerRay <raysan5@gmail.com>2017-05-18 19:24:24 +0200
commit9b24120cd93e2a388d7a07917dc0099f3b4f2b2e (patch)
treedd27b5fc49514e8063566c02f283fb3bcccfb0c8 /src
parentd033c87d27e4047d6578401f59f1bd6ea276dc61 (diff)
downloadraylib-9b24120cd93e2a388d7a07917dc0099f3b4f2b2e.tar.gz
raylib-9b24120cd93e2a388d7a07917dc0099f3b4f2b2e.zip
Updated libs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile8
1 files changed, 2 insertions, 6 deletions
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