Merge pull request #117 from deepak1556/gyp_defines_patch
define openssl_certs on linux
This commit is contained in:
commit
cb6fba94fc
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@
|
|||
'_LARGEFILE_SOURCE',
|
||||
'_LARGEFILE64_SOURCE',
|
||||
'_FILE_OFFSET_BITS=64',
|
||||
# Relying on openssl cert store until crbug.com/462040
|
||||
'USE_OPENSSL_CERTS',
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-D__STRICT_ANSI__',
|
||||
|
|
Loading…
Reference in a new issue