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
|
done
|
||||||
|
|
||||||
if [ "yes" = "$simulator" ]; then
|
if [ "yes" = "$simulator" ]; then
|
||||||
debug="1"
|
debug="-DDEBUG"
|
||||||
extradefines="-DSIMULATOR"
|
extradefines="-DSIMULATOR"
|
||||||
whichsim
|
whichsim
|
||||||
fi
|
fi
|
||||||
|
|
@ -627,7 +627,7 @@ fi
|
||||||
echo "Bootloader build selected"
|
echo "Bootloader build selected"
|
||||||
;;
|
;;
|
||||||
[Ss])
|
[Ss])
|
||||||
debug="1"
|
debug="-DDEBUG"
|
||||||
simulator="yes"
|
simulator="yes"
|
||||||
extradefines="-DSIMULATOR"
|
extradefines="-DSIMULATOR"
|
||||||
echo "Simulator build selected"
|
echo "Simulator build selected"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue