diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 22:03:58 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 22:03:58 +0000 |
commit | 5e36e7f06e1be8b93ecdd09acfc0f26ea3177fb2 (patch) | |
tree | 040c42ceef69cec0db0628db17b27f7ce4195854 /third_party | |
parent | 77063148afef567689140d11ff493c002ceeda60 (diff) | |
download | chromium_src-5e36e7f06e1be8b93ecdd09acfc0f26ea3177fb2.zip chromium_src-5e36e7f06e1be8b93ecdd09acfc0f26ea3177fb2.tar.gz chromium_src-5e36e7f06e1be8b93ecdd09acfc0f26ea3177fb2.tar.bz2 |
Linux: fix build with system libevent.
The libevent gyp target is used by both #host and #target
gyp targets, which are present even when not cross-compiling.
Mark the system libevent as providing both.
This is upstreaming a Gentoo Linux patch.
BUG=none
Review URL: http://codereview.chromium.org/7763005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libevent/libevent.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp index 43cdaf2..c254d57 100644 --- a/third_party/libevent/libevent.gyp +++ b/third_party/libevent/libevent.gyp @@ -66,6 +66,7 @@ { 'target_name': 'libevent', 'type': 'settings', + 'toolsets': ['host', 'target'], 'direct_dependent_settings': { 'defines': [ 'USE_SYSTEM_LIBEVENT', |