9ad5184453
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
378 B
Text
11 lines
378 B
Text
--- third_party/sqlite/BUILD.gn.orig 2021-12-31 00:58:29 UTC
|
|
+++ third_party/sqlite/BUILD.gn
|
|
@@ -142,7 +142,7 @@ config("sqlite_warnings") {
|
|
]
|
|
}
|
|
}
|
|
- if (is_linux || is_chromeos) {
|
|
+ if ((is_linux || is_chromeos) && !is_bsd) {
|
|
cflags += [
|
|
# SQLite doesn't believe in compiler warnings, preferring testing.
|
|
# http://www.sqlite.org/faq.html#q17
|