From 96b8c9dd5af6d88597783a8dfd6909bb17255a21 Mon Sep 17 00:00:00 2001 From: Ray San Date: Tue, 26 Sep 2017 12:00:50 +0200 Subject: More work on Android APK building... For some reason it's not working properly... :( --- templates/android_project/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/android_project/Makefile') diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile index d8a8ce8b..f2618ca6 100644 --- a/templates/android_project/Makefile +++ b/templates/android_project/Makefile @@ -58,7 +58,7 @@ LFLAGS = -L. -Ljni/libs -Ljni -Llib # Define any libraries to link into executable # if you want to link libraries (libname.so or libname.a), use the -lname -LIBS = -lraylib -lopenal -llog -landroid -lEGL -lGLESv2 -lOpenSLES +LIBS = -lraylib -llog -landroid -lEGL -lGLESv2 -lOpenSLES # Building APK # NOTE: typing 'make' will invoke the default target entry called 'all', -- cgit v1.2.3