summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game/Makefile.Android
diff options
context:
space:
mode:
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))