15 lines
304 B
Python
15 lines
304 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'node_expat',
|
|
'sources': [ 'node-expat.cc' ],
|
|
'include_dirs': [
|
|
'<!(node -e "require(\'nan\')")'
|
|
],
|
|
'cflags': [ "-Wno-cast-function-type" ],
|
|
'dependencies': [
|
|
'deps/libexpat/libexpat.gyp:expat'
|
|
]
|
|
}
|
|
]
|
|
}
|