mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
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:
parent
95681c3959
commit
29e909c25d
2 changed files with 14 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue