diff options
Diffstat (limited to 'devel/electron36/files/patch-build_nocompile.gni')
-rw-r--r-- | devel/electron36/files/patch-build_nocompile.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron36/files/patch-build_nocompile.gni b/devel/electron36/files/patch-build_nocompile.gni new file mode 100644 index 000000000000..a18c7cac21e4 --- /dev/null +++ b/devel/electron36/files/patch-build_nocompile.gni @@ -0,0 +1,11 @@ +--- build/nocompile.gni.orig 2025-03-24 20:50:14 UTC ++++ build/nocompile.gni +@@ -55,7 +55,7 @@ declare_args() { + } + + declare_args() { +- enable_nocompile_tests = is_clang && !is_nacl ++ enable_nocompile_tests = is_clang && !is_nacl && !is_bsd + } + + if (enable_nocompile_tests) { |