summaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-services_device_serial_BUILD.gn
blob: 92b5438d20396d1e875458848bba2bb4f960eb2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/serial/BUILD.gn.orig	2025-04-22 20:15:27 UTC
+++ services/device/serial/BUILD.gn
@@ -4,7 +4,7 @@ import("//build/config/features.gni")
 
 import("//build/config/features.gni")
 
-if (is_win || ((is_linux || is_chromeos) && use_udev) || is_mac || is_android) {
+if (is_win || ((!is_bsd && is_linux || is_chromeos) && use_udev) || is_mac || is_android) {
   config("platform_support") {
     visibility = [ ":serial" ]
     if (is_win) {