Do not export symbols of OpenSSL on Windows

This commit is contained in:
Cheng Zhao 2016-07-24 21:19:30 +09:00
parent ed14f661dd
commit e8c03f2555
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
'python': 'python',
'openssl_fips': '',
'openssl_no_asm': 1,
'use_openssl_def': 0,
'OPENSSL_PRODUCT': 'libopenssl.a',
'node_release_urlbase': 'https://atom.io/download/atom-shell',
'node_byteorder': '<!(node <(DEPTH)/tools/get-endianness.js)',