[Scummvm-git-logs] scummvm master -> c999ab0a2478407879bd4a16996138a029de270a
lephilousophe
noreply at scummvm.org
Sat Jan 17 17:21:46 UTC 2026
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:
c999ab0a24 ANDROID: Fix libmikmod detection when PATH is not set
Commit: c999ab0a2478407879bd4a16996138a029de270a
https://github.com/scummvm/scummvm/commit/c999ab0a2478407879bd4a16996138a029de270a
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-01-17T18:21:23+01:00
Commit Message:
ANDROID: Fix libmikmod detection when PATH is not set
As libcurl is not used anymore, replace the leftover by a customization
for libmikmod.
Changed paths:
configure
diff --git a/configure b/configure
index 970c91e08a2..41342e0d8c7 100755
--- a/configure
+++ b/configure
@@ -2249,7 +2249,7 @@ if test "$_host_os" = android; then
if test -z "$PKG_CONFIG_LIBDIR"; then
PKG_CONFIG_LIBDIR="$_android_toolchain/sysroot/usr/lib/$_host_alias/$_android_version/pkgconfig"
fi
- _libcurlpath="$_android_toolchain/sysroot/usr/bin/$_host_alias/$_android_version:$_libcurlpath"
+ _libmikmodpath="$_android_toolchain/sysroot/usr/bin/$_host_alias/$_android_version:$_libmikmodpath"
fi
#
More information about the Scummvm-git-logs
mailing list