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

Commit

Permalink
openssl: clean up openssl.gyp
Browse files Browse the repository at this point in the history
Remove obsolete build configuration that escaped the purge in 7eaea7f.
  • Loading branch information
bnoordhuis committed Dec 24, 2012
1 parent f84bf5b commit 6ecb0cd
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions deps/openssl/openssl.gyp
Expand Up @@ -897,18 +897,9 @@
['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': [
'openssl/crypto/armcap.c',
]
}]
'sources': ['openssl/crypto/armcap.c'],
}],
],
'include_dirs': [
'.',
Expand All @@ -920,13 +911,9 @@
'openssl/crypto/modes',
'openssl/crypto/store',
'openssl/include',
'<@(openssl_config_path)',
],
'direct_dependent_settings': {
'include_dirs': [
'openssl/include',
'<@(openssl_config_path)',
],
'include_dirs': ['openssl/include'],
},
},
],
Expand Down

0 comments on commit 6ecb0cd

Please sign in to comment.