Skip to content

Commit

Permalink
add some missing libs to openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkorp committed Aug 12, 2016
1 parent 2d1274d commit c45560f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vendor/openssl/openssl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,10 @@
'openssl_default_libraries_win': [
'-lgdi32.lib',
'-luser32.lib',
'-lwsock32.lib',
'-lwinhttp.lib',
'-lcrypt32.lib',
'-lrpcrt4.lib'
],
'openssl_default_defines_not_win': [
# ENGINESDIR must be defined if OPENSSLDIR is.
Expand Down

0 comments on commit c45560f

Please sign in to comment.