From f8f78c44fd790b6a15427082ca32674eb7d0e6e1 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 12 Apr 2012 22:41:35 +0000 Subject: [PATCH] web: Set Mac Intel platform to x86_64-apple-darwin instead of i686-apple-darwin svn path=/trunk/boinc/; revision=25554 --- doc/versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/versions.inc b/doc/versions.inc index 4f96ea93d6..9515b54728 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -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,