mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Half-fix voice and manual build scripts
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db8b1c2420
commit
565631fd7b
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
$version="3.6";
|
$version="3.6";
|
||||||
|
|
||||||
|
require "tools/builds.pm";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
$verbose =1;
|
$verbose =1;
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
$version="3.6";
|
$version="3.6";
|
||||||
|
|
||||||
|
require "tools/builds.pm";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
$verbose =1;
|
$verbose =1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue