From f8fd9aca8bd01fa7226e1abe75a5bcf903f287ab Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 23 Aug 2012 11:28:17 -0700 Subject: build: use the openssl android configuration for "arm" builds --- deps/openssl/openssl.gyp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'deps/openssl/openssl.gyp') diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp index 7a031ec249..cbc00079a9 100644 --- a/deps/openssl/openssl.gyp +++ b/deps/openssl/openssl.gyp @@ -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': [ '.', -- cgit v1.2.3