summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game/Makefile.Android
diff options
context:
space:
mode:
author- <->2018-01-15 12:52:58 +0100
committer- <->2018-01-15 12:52:58 +0100
commitddf6c65d00fb956dbec407a09d217ffee491b731 (patch)
tree15e5f68359effa6ac2eb21cb7e06afa81284a598 /templates/simple_game/Makefile.Android
parent278d8575bdd09ba6536291e1b66dc9d32224fb2d (diff)
downloadraylib-ddf6c65d00fb956dbec407a09d217ffee491b731.tar.gz
raylib-ddf6c65d00fb956dbec407a09d217ffee491b731.zip
Review Makefiles and templates
Diffstat (limited to 'templates/simple_game/Makefile.Android')
-rw-r--r--templates/simple_game/Makefile.Android2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/simple_game/Makefile.Android b/templates/simple_game/Makefile.Android
index 1c868454..2fda5372 100644
--- a/templates/simple_game/Makefile.Android
+++ b/templates/simple_game/Makefile.Android
@@ -101,7 +101,7 @@ LDFLAGS += -L. -L$(PROJECT_BUILD_PATH)/obj -L$(PROJECT_BUILD_PATH)/lib/armeabi-v
# Define any libraries to link into executable
# if you want to link libraries (libname.so or libname.a), use the -lname
-LDLIBS = -lraylib -lnative_app_glue -lopenal -llog -landroid -lEGL -lGLESv2 -lOpenSLES -latomic -lc -lm -ldl
+LDLIBS = -lraylib -lnative_app_glue -llog -landroid -lEGL -lGLESv2 -lOpenSLES -latomic -lc -lm -ldl
# Generate target objects list from PROJECT_SOURCE_FILES
OBJS = $(patsubst %.c, $(PROJECT_BUILD_PATH)/obj/%.o, $(PROJECT_SOURCE_FILES))