mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
26 lines
662 B
Plaintext
26 lines
662 B
Plaintext
|
|
{
|
||
|
|
'targets': [
|
||
|
|
{
|
||
|
|
'target_name': 'testkeyengine',
|
||
|
|
'type': 'none',
|
||
|
|
'includes': ['../common.gypi'],
|
||
|
|
'conditions': [
|
||
|
|
['OS=="mac" and '
|
||
|
|
'node_use_openssl=="true" and '
|
||
|
|
'node_shared=="false" and '
|
||
|
|
'node_shared_openssl=="false"', {
|
||
|
|
'type': 'shared_library',
|
||
|
|
'sources': [ 'testkeyengine.cc' ],
|
||
|
|
'product_extension': 'engine',
|
||
|
|
'include_dirs': ['../../../deps/openssl/openssl/include'],
|
||
|
|
'link_settings': {
|
||
|
|
'libraries': [
|
||
|
|
'../../../../out/<(PRODUCT_DIR)/<(openssl_product)'
|
||
|
|
]
|
||
|
|
},
|
||
|
|
}],
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|