diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-24 21:00:23 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-24 21:00:23 +0000 |
commit | f9335b44c7d59e37a7e43167dff40f458cd43d62 (patch) | |
tree | 6854f535638b643b4c4b710adeaa6b7c516ee2f4 | |
parent | 6c83c38330fed09729c7f5f6273cddad8e19f9e5 (diff) | |
download | chromium_src-f9335b44c7d59e37a7e43167dff40f458cd43d62.zip chromium_src-f9335b44c7d59e37a7e43167dff40f458cd43d62.tar.gz chromium_src-f9335b44c7d59e37a7e43167dff40f458cd43d62.tar.bz2 |
Allow target_arch to select the Mac 64-bit build.
BUG=18323
Review URL: https://codereview.chromium.org/12068002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178644 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 919fc3c..515cfc4 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -3968,6 +3968,11 @@ # Target both iPhone and iPad. 'TARGETED_DEVICE_FAMILY': '1,2', }], + ['target_arch=="x64"', { + 'ARCHS': [ + 'x86_64' + ], + }], ], # The Xcode generator will look for an xcode_settings section at the root |