We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666ce67 commit 44773e0Copy full SHA for 44773e0
2 files changed
perl/devkitARMupdate.pl
@@ -62,10 +62,10 @@
62
$downloader = "wget -q";
63
$archname = $arch . "-linux";
64
}
65
- elsif($os eq "Darwin")
+ elsif($os eq "Darwin" and ($arch eq "i686" or $arch eq "x86_64"))
66
{
67
$downloader = "curl -L -O -s";
68
- $archname = "osx";
+ $archname = "i386-osx";
69
70
else
71
perl/devkitPPCupdate.pl
@@ -62,7 +62,7 @@
- elsif($os eq "Darwin" and $arch eq "i386")
$archname = "i386-osx";
0 commit comments