mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -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
358 B
Text
11 lines
358 B
Text
--- ui/qt/BUILD.gn.orig 2024-02-21 00:21:16 UTC
|
|
+++ ui/qt/BUILD.gn
|
|
@@ -20,7 +20,7 @@ config("qt_internal_config") {
|
|
|
|
# It's OK to depend on the system libstdc++ since it's a dependency of QT, so
|
|
# it will get loaded into the process anyway.
|
|
- libs = [ "stdc++" ]
|
|
+ # libs = [ "stdc++" ]
|
|
|
|
configs = [
|
|
"//build/config/linux:runtime_library",
|