mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Keep working on Android shared libs...
This commit is contained in:
@ -261,7 +261,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
|
||||
# Force linking of library module to define symbol
|
||||
LDFLAGS += -u ANativeActivity_onCreate
|
||||
# Library paths containing required libs
|
||||
LDFLAGS += -L. -Lsrc -L$(OUTPUT_PATH)
|
||||
LDFLAGS += -L. -Lsrc -L$(OUTPUT_PATH) -Lexternal/openal_soft/lib/android
|
||||
|
||||
LDLIBS = -lopenal -llog -landroid -lEGL -lGLESv2 -lOpenSLES -latomic -lc -lm
|
||||
endif
|
||||
|
||||
BIN
src/external/openal_soft/lib/android/libopenal.so
vendored
BIN
src/external/openal_soft/lib/android/libopenal.so
vendored
Binary file not shown.
Reference in New Issue
Block a user