deps: make opensslconf.h include each target arch
[platform/upstream/nodejs.git] / deps / openssl / openssl-cli.gypi
1 {
2   'target_name': 'openssl-cli',
3   'type': 'executable',
4   'dependencies': ['openssl'],
5   'defines': [
6     'MONOLITH'
7   ],
8   'sources': ['<@(openssl_cli_sources)'],
9   'conditions': [
10     ['OS=="solaris"', {
11       'libraries': ['<@(openssl_cli_libraries_solaris)']
12     }, 'OS=="win"', {
13       'link_settings': {
14         'libraries': ['<@(openssl_cli_libraries_win)'],
15       },
16     }, 'OS in "linux android"', {
17       'link_settings': {
18         'libraries': [
19           '-ldl',
20         ],
21       },
22     }],
23   ],
24 }