mirror of https://github.com/nodejs/node.git
26 lines
662 B
Python
26 lines
662 B
Python
{
|
|
'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)'
|
|
]
|
|
},
|
|
}],
|
|
]
|
|
}
|
|
]
|
|
}
|