aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-build_nocompile.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-build_nocompile.gni')
-rw-r--r--devel/electron35/files/patch-build_nocompile.gni11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-build_nocompile.gni b/devel/electron35/files/patch-build_nocompile.gni
deleted file mode 100644
index a18c7cac21e4..000000000000
--- a/devel/electron35/files/patch-build_nocompile.gni
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {