aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-sandbox_BUILD.gn
blob: 60378f945ddfa38df872951d42efcad1aeebeb30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sandbox/BUILD.gn.orig	2021-01-07 00:36:39 UTC
+++ sandbox/BUILD.gn
@@ -27,7 +27,7 @@ group("sandbox") {
       "//sandbox/mac:system_services",
       "//sandbox/mac/mojom",
     ]
-  } else if (is_linux || is_chromeos || is_android) {
+  } else if ((is_linux || is_chromeos || is_android) && !is_bsd) {
     public_deps = [ "//sandbox/linux:sandbox" ]
   }
 }