Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
build: use the openssl android configuration for "arm" builds
  • Loading branch information
TooTallNate committed Aug 23, 2012
1 parent 985fdf2 commit f8fd9ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deps/openssl/openssl.gyp
Expand Up @@ -650,9 +650,13 @@
}],
['target_arch=="ia32"', {
'variables': {'openssl_config_path': 'config/piii'},
}, {
}],
['target_arch=="x64"', {
'variables': {'openssl_config_path': 'config/k8'},
}],
['target_arch=="arm"', {
'variables': {'openssl_config_path': 'config/android'},
}],
],
'include_dirs': [
'.',
Expand Down

0 comments on commit f8fd9ac

Please sign in to comment.