aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-net_third__party_quiche_BUILD.gn
blob: 679d6b9674359375a107edcd65799f3cf761b839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/third_party/quiche/BUILD.gn.orig	2022-12-01 10:35:46 UTC
+++ net/third_party/quiche/BUILD.gn
@@ -28,7 +28,7 @@ import("//build/config/chromeos/ui_mode.gni")
 import("//testing/libfuzzer/fuzzer_test.gni")
 import("//third_party/protobuf/proto_library.gni")
 
-build_epoll_based_tools = is_linux || is_chromeos
+build_epoll_based_tools = (is_linux && !is_bsd) || is_chromeos
 
 # TODO(crbug.com/1344231): Set this to always true. At which point, this
 # variable can go away and the conditionals below that depends on it can be