mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
OpenSSL is still used on Windows and Mac
This commit is contained in:
@@ -136,9 +136,16 @@
|
||||
'USE_AURA',
|
||||
],
|
||||
}],
|
||||
['OS not in ["mac", "win"]', {
|
||||
['OS in ["mac", "win"]', {
|
||||
'defines': [
|
||||
'USE_OPENSSL',
|
||||
],
|
||||
}, {
|
||||
'defines': [
|
||||
'USE_X11',
|
||||
# "use_nss_certs" is set to 1 in libchromiumcontent.
|
||||
'USE_NSS_CERTS',
|
||||
'USE_NSS', # deprecated after Chrome 45.
|
||||
],
|
||||
}],
|
||||
['OS=="linux"', {
|
||||
@@ -146,10 +153,6 @@
|
||||
'_LARGEFILE_SOURCE',
|
||||
'_LARGEFILE64_SOURCE',
|
||||
'_FILE_OFFSET_BITS=64',
|
||||
# "use_nss_certs" is set to 1 in libchromiumcontent.
|
||||
'USE_NSS_CERTS',
|
||||
# USE_NSS is set to be compatible with Chrome < 45.
|
||||
'USE_NSS',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-D__STRICT_ANSI__',
|
||||
|
||||
Reference in New Issue
Block a user