openssl: clean up openssl.gyp
Remove obsolete build configuration that escaped the purge in 7eaea7f.
This commit is contained in:
parent
f84bf5b6b1
commit
6ecb0cd65d
19
deps/openssl/openssl.gyp
vendored
19
deps/openssl/openssl.gyp
vendored
@ -897,18 +897,9 @@
|
|||||||
['OS=="solaris"', {
|
['OS=="solaris"', {
|
||||||
'defines': ['__EXTENSIONS__'],
|
'defines': ['__EXTENSIONS__'],
|
||||||
}],
|
}],
|
||||||
['target_arch=="ia32"', {
|
|
||||||
'variables': {'openssl_config_path': 'config/piii'},
|
|
||||||
}],
|
|
||||||
['target_arch=="x64"', {
|
|
||||||
'variables': {'openssl_config_path': 'config/k8'},
|
|
||||||
}],
|
|
||||||
['target_arch=="arm"', {
|
['target_arch=="arm"', {
|
||||||
'variables': {'openssl_config_path': 'config/android'},
|
'sources': ['openssl/crypto/armcap.c'],
|
||||||
'sources': [
|
}],
|
||||||
'openssl/crypto/armcap.c',
|
|
||||||
]
|
|
||||||
}]
|
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'.',
|
'.',
|
||||||
@ -920,13 +911,9 @@
|
|||||||
'openssl/crypto/modes',
|
'openssl/crypto/modes',
|
||||||
'openssl/crypto/store',
|
'openssl/crypto/store',
|
||||||
'openssl/include',
|
'openssl/include',
|
||||||
'<@(openssl_config_path)',
|
|
||||||
],
|
],
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
'include_dirs': [
|
'include_dirs': ['openssl/include'],
|
||||||
'openssl/include',
|
|
||||||
'<@(openssl_config_path)',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user