mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
configure: Disallow 'sdlapp' to be build as a simulator target.
Change-Id: I52cf549aa8a24080832413ca5afb197047b42bd7
This commit is contained in:
parent
197d0579bd
commit
93baf94dc3
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -4398,6 +4398,9 @@ fi
|
|||
if [ "$modelname" = "sansae200r" ]; then
|
||||
echo "Do not use the e200R target for simulator builds. Use e200 instead."
|
||||
exit 8
|
||||
elif [ "$modelname" = "sdlapp" ]; then
|
||||
echo "Do not use sdlapp for simulator builds; it is already a native SDL application."
|
||||
exit 8
|
||||
fi
|
||||
debug="-DDEBUG"
|
||||
simulator="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue