[Scummvm-git-logs] scummvm master -> 01bd88796f47b21ce8e985a94a6c284439b6f032
lephilousophe
noreply at scummvm.org
Sun Mar 22 13:12:59 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:
01bd88796f PSP2: Use toolchain pkg-config
Commit: 01bd88796f47b21ce8e985a94a6c284439b6f032
https://github.com/scummvm/scummvm/commit/01bd88796f47b21ce8e985a94a6c284439b6f032
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-03-22T14:11:20+01:00
Commit Message:
PSP2: Use toolchain pkg-config
It resolves use of VITASDK variable
Changed paths:
configure
diff --git a/configure b/configure
index c0b936fdb5a..4883e91e033 100755
--- a/configure
+++ b/configure
@@ -4129,6 +4129,7 @@ if test -n "$_host"; then
#the -gcc- variants allow link time optimization
_ar="$_host_alias-gcc-ar cr"
_ranlib=$_host_alias-gcc-ranlib
+ _pkgconfig="${VITASDK}/bin/arm-vita-eabi-pkg-config"
;;
psp)
_backend="psp"
More information about the Scummvm-git-logs
mailing list