summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-sandbox_BUILD.gn
blob: 1ff9ef4bf85cae421983626222e93da133943472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sandbox/BUILD.gn.orig	2025-05-07 06:48:23 UTC
+++ sandbox/BUILD.gn
@@ -49,7 +49,7 @@ group("sandbox") {
       "//sandbox/mac:system_services",
       "//sandbox/mac/mojom",
     ]
-  } else if (is_linux || is_chromeos || is_android) {
+  } else if ((is_linux && !is_bsd) || is_chromeos || is_android) {
     public_deps = [ "//sandbox/linux:sandbox" ]
   }
 }