Commit 690a8cce authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

deps: fix openssl build on windows

Commit 8632af38 ("tools: update gyp to r1601") broke the Windows build.

Older versions of GYP link to kernel32.lib, user32.lib, etc. but that
was changed in r1584. See https://codereview.chromium.org/12256017

Fix the build by explicitly linking to the required libraries.
parent c0d50010
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment