mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -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/
13 lines
430 B
Text
13 lines
430 B
Text
--- build/config/BUILD.gn.orig 2025-01-27 17:37:37 UTC
|
|
+++ build/config/BUILD.gn
|
|
@@ -215,6 +215,10 @@ config("default_libs") {
|
|
# Targets should choose to explicitly link frameworks they require. Since
|
|
# linking can have run-time side effects, nothing should be listed here.
|
|
libs = []
|
|
+ } else if (is_bsd) {
|
|
+ libs = [
|
|
+ "pthread",
|
|
+ ]
|
|
} else if (is_linux || is_chromeos) {
|
|
libs = [
|
|
"dl",
|