forked from pool/nodejs-electron
* Node 20.16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=169
12 lines
397 B
Diff
12 lines
397 B
Diff
Do not ship bundled zlib headers. Electron uses the system zlib, and anyone compiling against it should also.
|
|
--- src/electron/BUILD.gn.orig
|
|
+++ src/electron/BUILD.gn
|
|
@@ -1582,7 +1582,6 @@ group("copy_node_headers") {
|
|
public_deps = header_groups + [
|
|
":node_gypi_headers",
|
|
":node_version_header",
|
|
- ":zlib_headers",
|
|
]
|
|
}
|
|
|