summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl.gyp')
-rw-r--r--deps/openssl/openssl.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp
index 6d8b10d690..5a3dc9b6c7 100644
--- a/deps/openssl/openssl.gyp
+++ b/deps/openssl/openssl.gyp
@@ -6,13 +6,15 @@
'variables': {
'is_clang': 0,
'gcc_version': 0,
- 'openssl_no_asm%': 0
+ 'openssl_no_asm%': 0,
+ 'llvm_version%': 0,
+ 'gas_version%': 0,
},
- 'includes': ['openssl.gypi'],
'targets': [
{
'target_name': 'openssl',
'type': '<(library)',
+ 'includes': ['openssl.gypi'],
'sources': ['<@(openssl_sources)'],
'sources/': [
['exclude', 'md2/.*$'],
@@ -99,6 +101,7 @@
}
],
'target_defaults': {
+ 'includes': ['openssl.gypi'],
'include_dirs': ['<@(openssl_default_include_dirs)'],
'defines': ['<@(openssl_default_defines_all)'],
'conditions': [