diff options
Diffstat (limited to 'devel/electron33/files/patch-third__party_node_node.gni')
-rw-r--r-- | devel/electron33/files/patch-third__party_node_node.gni | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-third__party_node_node.gni b/devel/electron33/files/patch-third__party_node_node.gni deleted file mode 100644 index 3951c88d37c2..000000000000 --- a/devel/electron33/files/patch-third__party_node_node.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/node/node.gni.orig 2024-08-14 20:55:59 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") { |