mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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/
11 lines
565 B
Text
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",
|