Skip to content

Commit 683d0df

Browse files
committed
use i386 for osx
1 parent 459a147 commit 683d0df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

perl/devkitPPCupdate.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
$downloader = "wget -q";
6363
$archname = $arch . "-linux";
6464
}
65-
elsif($os eq "Darwin")
65+
elsif($os eq "Darwin" and $arch eq "i386")
6666
{
6767
$downloader = "curl -L -O -s";
68-
$archname = "osx";
68+
$archname = "i386-osx";
6969
}
7070
else
7171
{

0 commit comments

Comments
 (0)