-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix: export zlib symbols #15103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: export zlib symbols #15103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch seems 🆗
Release Notes Persisted
|
We have automatically backported this PR to "4-0-x", please check out #15118 |
This reverts commit 47b12ee.
@adill we had to revert the change as it causes compilation errors on Windows in debug configuration. |
This reverts commit 47b12ee.
This reverts commit 47b12ee.
This reverts commit 47b12ee.
Description of Change
Previous to 4.0.0 electron's
node.lib
included symbols for zlib; this restores that behavior. We've got one native module that was directly using the bundled zlib but I don't imagine we are the only ones?Checklist
Release Notes
Notes: export zlib symbols