mirror of https://github.com/nodejs/node.git
build: use the openssl android configuration for "arm" builds
parent
985fdf2cb3
commit
f8fd9aca8b
|
@ -650,9 +650,13 @@
|
||||||
}],
|
}],
|
||||||
['target_arch=="ia32"', {
|
['target_arch=="ia32"', {
|
||||||
'variables': {'openssl_config_path': 'config/piii'},
|
'variables': {'openssl_config_path': 'config/piii'},
|
||||||
}, {
|
}],
|
||||||
|
['target_arch=="x64"', {
|
||||||
'variables': {'openssl_config_path': 'config/k8'},
|
'variables': {'openssl_config_path': 'config/k8'},
|
||||||
}],
|
}],
|
||||||
|
['target_arch=="arm"', {
|
||||||
|
'variables': {'openssl_config_path': 'config/android'},
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'.',
|
'.',
|
||||||
|
|
Loading…
Reference in New Issue