mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
Fix mismatchedbracket in buildall.pl.
This commit is contained in:
parent
b5dbf13af4
commit
c7511287bb
2 changed files with 3 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ my %machines = (
|
|||
"wind" => ['-p5932 dave@wax', "", "vishaps/voc", "export CC=gcc && make full;"
|
||||
. "export CC=i686-w64-mingw32-gcc && make full;"
|
||||
. "cd ~;"
|
||||
. "sh start64.sh \"cd vishaps/voc && git checkout $branch && git pull\";"],
|
||||
. "sh start64.sh \"cd vishaps/voc && git checkout $branch && git pull\";"
|
||||
. "sh start64.sh \"cd vishaps/voc && make full\";"
|
||||
. "sh start64.sh \"cd vishaps/voc && export CC=x86_64-w64-mingw32-gcc && make full\""],
|
||||
"android" => ['-p8022 root@and', "", "vishap/voc", "export CC=gcc && make full"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue