ports/devel/electron31/files/patch-ui_qt_BUILD.gn
Hiroki Tagato f972de2bb9 devel/electron31: 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-07-19 17:07:07 +09:00

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",