| Index: base/third_party/libevent/BUILD.gn
|
| diff --git a/base/third_party/libevent/BUILD.gn b/base/third_party/libevent/BUILD.gn
|
| index 61be1d788d84f4fdb95d8c1af511a31dbae1b6fd..67e326d1125b40c1bdc374ac5db31acb72c13c73 100644
|
| --- a/base/third_party/libevent/BUILD.gn
|
| +++ b/base/third_party/libevent/BUILD.gn
|
| @@ -29,7 +29,6 @@ source_set("libevent") {
|
| } else if (is_linux) {
|
| sources += [ "epoll.c" ]
|
| include_dirs = [ "linux" ]
|
| - libs = [ "rt" ]
|
| } else if (is_android) {
|
| sources += [ "epoll.c" ]
|
| include_dirs = [ "android" ]
|
|
|