mirror of https://github.com/BOINC/boinc.git
web: Set Mac Intel platform to x86_64-apple-darwin instead of i686-apple-darwin
svn path=/trunk/boinc/; revision=25554
This commit is contained in:
parent
4fd7e9890e
commit
f8f78c44fd
|
@ -220,7 +220,7 @@ $windowsx64 = array(
|
|||
$mac = array(
|
||||
"name"=>"Mac OS X (Intel only)",
|
||||
"description"=>"Version 10.4.0+",
|
||||
"dbname" => "i686-apple-darwin",
|
||||
"dbname" => "x86_64-apple-darwin",
|
||||
"versions"=>array(
|
||||
$m70,
|
||||
$m70c,
|
||||
|
|
Loading…
Reference in New Issue