aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron39/files/patch-build_config_clang_clang.gni
blob: 8202c1d4d1ab5beb532acbb609c334f20a356884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/clang/clang.gni.orig	2025-10-21 20:19:54 UTC
+++ build/config/clang/clang.gni
@@ -88,7 +88,7 @@ declare_args() {
   #
   # TODO(https://crbug.com/440260716): Enable for Cronet in AOSP once gn2bp
   # supports copy targets.
-  use_clang_modules =
+  use_clang_modules = !is_bsd &&
       # Clang modules doesn't work with translation_unit used in codesearch
       # pipeline http://b/436082487.
       !enable_kythe_annotations && is_clang &&