build: use the openssl android configuration for "arm" builds

pull/24503/head
Nathan Rajlich 2012-08-23 11:28:17 -07:00
parent 985fdf2cb3
commit f8fd9aca8b
1 changed files with 5 additions and 1 deletions

View File

@ -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': [
'.', '.',