forked from pool/nodejs-electron
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",
|
||
|
]
|
||
|
}
|
||
|
|