summaryrefslogtreecommitdiffhomepage
path: root/templates/android_project/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/android_project/Makefile')
-rw-r--r--templates/android_project/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/android_project/Makefile b/templates/android_project/Makefile
index 72bf635c..930069ec 100644
--- a/templates/android_project/Makefile
+++ b/templates/android_project/Makefile
@@ -33,8 +33,8 @@ PROJECT_DIR = ./
LIBRARY_NAME = raylib_game
# define libtype for raylib and OpenAL Soft: STATIC (.a) or SHARED (.so/.dll)
-RAYLIB_LIBTYPE ?= STATIC
-OPENAL_LIBTYPE ?= STATIC
+RAYLIB_LIBTYPE ?= SHARED
+OPENAL_LIBTYPE ?= SHARED
# add shared libs to APK if required
ifeq ($(RAYLIB_LIBTYPE),SHARED)