forked from len0rd/rockbox
ondios use ajbrec.ajz as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
962d99a72e
commit
4392463089
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ my $exe = "";
|
||||||
|
|
||||||
if($target !~ /sim/i) {
|
if($target !~ /sim/i) {
|
||||||
# not a simulator
|
# not a simulator
|
||||||
if($target =~ /recorder/i) {
|
if($target =~ /(recorder|ondio)/i) {
|
||||||
$exe = "ajbrec.ajz";
|
$exe = "ajbrec.ajz";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue