diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 15:04:14 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 15:04:14 +0000 |
commit | 5f73438fb8d256a58cb45b30f664b7ea7bb1ff0d (patch) | |
tree | 946df9a3b48351ed549081cc5572e3e8e30f8507 /third_party | |
parent | 9d8eab609d3ee7e68a40020805f38bb841bb9096 (diff) | |
download | chromium_src-5f73438fb8d256a58cb45b30f664b7ea7bb1ff0d.zip chromium_src-5f73438fb8d256a58cb45b30f664b7ea7bb1ff0d.tar.gz chromium_src-5f73438fb8d256a58cb45b30f664b7ea7bb1ff0d.tar.bz2 |
mac make: Fix build.
This was broken by http://src.chromium.org/viewvc/chrome?view=rev&revision=101378
BUG=none
TEST=mac make build works again
TBR=pkasting
Review URL: http://codereview.chromium.org/7918016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/mach_override/mach_override.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/mach_override/mach_override.gyp b/third_party/mach_override/mach_override.gyp index 2666723..8b5e0ba 100644 --- a/third_party/mach_override/mach_override.gyp +++ b/third_party/mach_override/mach_override.gyp @@ -11,6 +11,7 @@ { 'target_name' : 'mach_override', 'type': 'static_library', + 'toolsets': ['host', 'target'], 'sources': [ 'mach_override.c', 'mach_override.h', |