forked from len0rd/rockbox
Fixed broken sim builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80bb2819da
commit
dfb001560a
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -226,7 +226,7 @@ whichdevel () {
|
|||
done
|
||||
|
||||
if [ "yes" = "$simulator" ]; then
|
||||
debug="1"
|
||||
debug="-DDEBUG"
|
||||
extradefines="-DSIMULATOR"
|
||||
whichsim
|
||||
fi
|
||||
|
@ -627,7 +627,7 @@ fi
|
|||
echo "Bootloader build selected"
|
||||
;;
|
||||
[Ss])
|
||||
debug="1"
|
||||
debug="-DDEBUG"
|
||||
simulator="yes"
|
||||
extradefines="-DSIMULATOR"
|
||||
echo "Simulator build selected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue