1
0
Fork 0
forked from len0rd/rockbox

Fix voice and manual build scripts even more

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26531 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-06-03 21:04:02 +00:00
parent 211e54c27b
commit bf17fcb43e
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ sub buildit {
`rm -rf * >/dev/null 2>&1`;
my $c = "../tools/configure --type=av --target=$model --language=0 --tts=f";
my $c = "../tools/configure --type=av --target=$model --language=0 --tts=f --ram=0 --voice=0";
print "C: $c\n" if($verbose);
`$c`;