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:
Charlie Fenton 2012-04-12 22:41:35 +00:00
parent 4fd7e9890e
commit f8f78c44fd
1 changed files with 1 additions and 1 deletions

View File

@ -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,