aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-third__party_node_node.gni
blob: f7392cb91e6d5c65acbc9c2b706799ba39a862fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/node/node.gni.orig	2023-12-23 12:33:28 UTC
+++ third_party/node/node.gni
@@ -19,7 +19,7 @@ template("node") {
 
     # When use_remoteexec=true or use_siso=true, node actions run on remote
     # Linux worker. So it should include linux node binary in inputs.
-    if (is_linux || is_chromeos || use_remoteexec || use_siso) {
+    if ((is_linux || is_chromeos || use_remoteexec || use_siso) && !is_bsd) {
       inputs += [
         "//third_party/node/linux/node-linux-x64.tar.gz.sha1",
         "//third_party/node/linux/node-linux-x64/bin/node",