mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
19 lines
334 B
Python
19 lines
334 B
Python
{
|
|
'target_defaults': {
|
|
'type': 'loadable_module',
|
|
'product_extension': 'node',
|
|
'product_prefix': '',
|
|
'include_dirs': [
|
|
'../src',
|
|
'../deps/uv/include',
|
|
'../deps/v8/include'
|
|
],
|
|
|
|
'conditions': [
|
|
[ 'OS=="mac"', {
|
|
'libraries': [ '-undefined dynamic_lookup' ],
|
|
}]
|
|
]
|
|
}
|
|
}
|