Print the SDL- strings that were found if validation failed

This commit is contained in:
Sam Lantinga
2025-12-31 17:00:35 -08:00
parent 3588d09b1c
commit 65da64b0eb

View File

@@ -104,6 +104,7 @@ jobs:
set -e
if test "x$(strings /tmp/build/libSDL3.so.0 | grep SDL- | wc -l)" != x1; then
echo "SDL- string not found: must be present in SDL_REVISION"
strings /tmp/build/libSDL3.so.0 | grep SDL-
exit 1
fi