Hide the win32 option when building the simulator. The SDL is now the only
type we endorse! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8747 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
abbdcacfbd
commit
fe2eadd793
1 changed files with 2 additions and 1 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -306,9 +306,10 @@ if [ -z "$simver" ]; then
|
|||
# Figure out what simulator version
|
||||
#
|
||||
# x11 is deprecated so hide it from the question
|
||||
# win32 is also deprecated
|
||||
#
|
||||
echo ""
|
||||
echo "Build (W)in32 or (S)DL version? (S)"
|
||||
echo "Build (S)DL version? (S)"
|
||||
|
||||
option=`input`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue