summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-net_third__party_quiche_BUILD.gn
blob: 89564a7456d43966c1ea895b16b2c34f484654b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/third_party/quiche/BUILD.gn.orig	2025-04-22 20:15:27 UTC
+++ net/third_party/quiche/BUILD.gn
@@ -28,7 +28,7 @@ import("//third_party/protobuf/proto_library.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
 
 config("quiche_internal_config") {
   cflags = []