[Scummvm-git-logs] scummvm master -> bfd8b33ed6a4889497afea9b990af2fb3a8b15d1
lephilousophe
noreply at scummvm.org
Fri Jan 2 21:33:26 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:
bfd8b33ed6 libretro: specify location of engines.awk
Commit: bfd8b33ed6a4889497afea9b990af2fb3a8b15d1
https://github.com/scummvm/scummvm/commit/bfd8b33ed6a4889497afea9b990af2fb3a8b15d1
Author: Craig Carnell (1188869+cscd98 at users.noreply.github.com)
Date: 2026-01-02T22:33:23+01:00
Commit Message:
libretro: specify location of engines.awk
Changed paths:
backends/platform/libretro/scripts/configure_engines.sh
diff --git a/backends/platform/libretro/scripts/configure_engines.sh b/backends/platform/libretro/scripts/configure_engines.sh
index b04e2520c31..0f8574bca71 100755
--- a/backends/platform/libretro/scripts/configure_engines.sh
+++ b/backends/platform/libretro/scripts/configure_engines.sh
@@ -108,7 +108,7 @@ for comp in $(get_var _components); do
done
# Create needed engines build files
-awk -f "engines.awk" < /dev/null > /dev/null 2>&1
+awk -f "./engines.awk" < /dev/null > /dev/null 2>&1
mkdir -p "engines"
More information about the Scummvm-git-logs
mailing list