blob: 58ce376803ad4309fd973c5099ae9890dd559c81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/zygote/BUILD.gn.orig 2025-09-06 10:01:20 UTC
+++ content/zygote/BUILD.gn
@@ -4,7 +4,7 @@
import("//content/public/common/zygote/features.gni")
-if (is_linux || is_chromeos) {
+if ((is_linux || is_chromeos) && !is_bsd) {
source_set("zygote") {
sources = [
"zygote_linux.cc",
|