Keep working on Android shared libs...
This commit is contained in:
parent
412c52499a
commit
9000fc28a3
8 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue