ports/devel/electron29/files/patch-third__party_node_node.gni
Hiroki Tagato 0a7da2a732 devel/electron29: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.

It's easier than you think.

If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.

WWW: https://electronjs.org/
2024-04-14 18:06:26 +09:00

11 lines
565 B
Text

--- third_party/node/node.gni.orig 2023-11-29 21:40:38 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",