SDL: Log the version detected

* At build time (in configure script)
 * At runtime (but only for simulator builds)

Change-Id: I01c6f0f39d4c68e3a5a037212b65baf693bb84a9
This commit is contained in:
Solomon Peachy 2024-12-10 08:07:05 -05:00
parent 95681c3959
commit 29e909c25d
2 changed files with 14 additions and 1 deletions

2
tools/configure vendored
View file

@ -441,7 +441,7 @@ simcc () {
echo "re-run configure!"
exit 2
else
echo Using $sdl
echo Using $sdl - version `$sdl --version`
# generic ${sdl_config} checker
sdlccopts=$($sdl --cflags)