[Scummvm-git-logs] scummvm master -> d6d09c062e2aafd01fa3ef68dfcea744562323be
lephilousophe
noreply at scummvm.org
Thu Oct 30 22:55:23 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
d6d09c062e ANDROID: Don't link statically against liblog
Commit: d6d09c062e2aafd01fa3ef68dfcea744562323be
https://github.com/scummvm/scummvm/commit/d6d09c062e2aafd01fa3ef68dfcea744562323be
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-10-30T23:54:33+01:00
Commit Message:
ANDROID: Don't link statically against liblog
It only exists as a shared object.
Changed paths:
configure
diff --git a/configure b/configure
index fdb35b4c9ce..10def3dd06c 100755
--- a/configure
+++ b/configure
@@ -7577,7 +7577,7 @@ case $_host_os in
system_libs=''
for lib in $LIBS; do
case $lib in
- -lz|-lm|-ldl)
+ -lz|-lm|-ldl|-llog)
system_libs="$system_libs $lib"
;;
*)
More information about the Scummvm-git-logs
mailing list