[Scummvm-git-logs] scummvm branch-3-0 -> 3c2122d2f001c6de2ed482f11cdc67a05016f73e

lephilousophe noreply at scummvm.org
Sat Jan 17 17:21:18 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:
3c2122d2f0 ANDROID: Fix libmikmod detection when PATH is not set


Commit: 3c2122d2f001c6de2ed482f11cdc67a05016f73e
    https://github.com/scummvm/scummvm/commit/3c2122d2f001c6de2ed482f11cdc67a05016f73e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-01-17T18:20:53+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