RockPaperScissors/node_modules/node-expat/binding.gyp
2021-12-02 17:22:41 +01:00

16 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'
]
}
]
}