aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-third__party_node_node.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-third__party_node_node.gni')
-rw-r--r--devel/electron37/files/patch-third__party_node_node.gni11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-third__party_node_node.gni b/devel/electron37/files/patch-third__party_node_node.gni
new file mode 100644
index 000000000000..15ccef416740
--- /dev/null
+++ b/devel/electron37/files/patch-third__party_node_node.gni
@@ -0,0 +1,11 @@
+--- third_party/node/node.gni.orig 2025-06-30 07:04:30 UTC
++++ third_party/node/node.gni
+@@ -22,7 +22,7 @@ template("node") {
+
+ # When use_remoteexec=true, node actions may run on remote
+ # Linux worker. So it should include linux node binary in inputs.
+- if (is_linux || is_chromeos || use_remoteexec) {
++ if ((is_linux || is_chromeos || use_remoteexec) && !is_bsd) {
+ inputs += [ "//third_party/node/linux/node-linux-x64/bin/node" ]
+ }
+ if (is_win && host_os == "win") {