From: jkummerow@chromium.org Date: Fri, 11 May 2012 13:52:16 +0000 (+0000) Subject: GYP build: Provide automatic host_arch detection on Mac X-Git-Tag: upstream/4.7.83~16723 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db6c266c5345573d6b6b77c75fd0e4fcaaf85ccd;p=platform%2Fupstream%2Fv8.git GYP build: Provide automatic host_arch detection on Mac TEST="make x64.release" works fine on MacOS Review URL: https://chromiumcodereview.appspot.com/10310123 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11547 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/build/standalone.gypi b/build/standalone.gypi index f104d08..ebdf557 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -37,8 +37,9 @@ 'variables': { 'variables': { 'conditions': [ - ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', { - # This handles the Linux platforms we generally deal with. + ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or \ + OS=="netbsd" or OS=="mac"', { + # This handles the Unix platforms we generally deal with. # Anything else gets passed through, which probably won't work # very well; such hosts should pass an explicit target_arch # to gyp. @@ -46,7 +47,8 @@ '