From 9000fc28a3286f0af189a4e25f5e6e13568cab4d Mon Sep 17 00:00:00 2001 From: Ray San Date: Wed, 4 Oct 2017 12:51:53 +0200 Subject: Keep working on Android shared libs... --- src/Makefile | 2 +- src/external/openal_soft/lib/android/libopenal.so | Bin 2183284 -> 861680 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 117cbe5a..405f9194 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 diff --git a/src/external/openal_soft/lib/android/libopenal.so b/src/external/openal_soft/lib/android/libopenal.so index e384d9ad..d0f913a6 100644 Binary files a/src/external/openal_soft/lib/android/libopenal.so and b/src/external/openal_soft/lib/android/libopenal.so differ -- cgit v1.2.3