mirror of https://github.com/nodejs/node.git
18 lines
308 B
Plaintext
18 lines
308 B
Plaintext
|
{
|
||
|
'target_defaults': {
|
||
|
'type': 'loadable_module',
|
||
|
'product_extension': 'node',
|
||
|
'include_dirs': [
|
||
|
'../src',
|
||
|
'../deps/uv/include',
|
||
|
'../deps/v8/include'
|
||
|
],
|
||
|
|
||
|
'conditions': [
|
||
|
[ 'OS=="mac"', {
|
||
|
'libraries': [ '-undefined dynamic_lookup' ],
|
||
|
}]
|
||
|
]
|
||
|
}
|
||
|
}
|