Skip to content

Instantly share code, notes, and snippets.

@bsnote
Created January 25, 2013 14:19
Show Gist options
  • Save bsnote/4634756 to your computer and use it in GitHub Desktop.
Save bsnote/4634756 to your computer and use it in GitHub Desktop.
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp
index 6ece3ee..b05726e 100644
--- a/deps/openssl/openssl.gyp
+++ b/deps/openssl/openssl.gyp
@@ -828,15 +828,6 @@
['OS=="solaris"', {
'defines': ['__EXTENSIONS__'],
}],
- ['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'},
- }],
],
'sources/': [
['exclude', 'camellia/.*$'],
@@ -851,13 +842,9 @@
'openssl/crypto/evp',
'openssl/crypto/store',
'openssl/include',
- '<@(openssl_config_path)',
],
'direct_dependent_settings': {
- 'include_dirs': [
- 'openssl/include',
- '<@(openssl_config_path)',
- ],
+ 'include_dirs': ['openssl/include'],
},
},
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment