mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
OpenAL-soft: link with Android log library.
It seems that in ARM64, liblog is added implicitly, but for other arch, it must be added explicitly. See https://github.com/MikuAuahDark/livesim3-love-android/issues/5
This commit is contained in:
@@ -108,7 +108,7 @@ LOCAL_SRC_FILES := \
|
||||
Alc/backends/opensl.c \
|
||||
Alc/backends/wave.c
|
||||
|
||||
LOCAL_LDLIBS := -lOpenSLES
|
||||
LOCAL_LDLIBS := -lOpenSLES -llog
|
||||
LOCAL_STATIC_LIBRARIES :=
|
||||
|
||||
# CPU-specific instructions
|
||||
|
||||
Reference in New Issue
Block a user