misskey/binding.gyp
syuilo 9c454e5945
Revert "Clean up"
This reverts commit a1f7b00981.
2019-04-20 01:23:48 +09:00

10 lines
152 B
Python

{
'targets': [
{
'target_name': 'crypto_key',
'sources': ['src/crypto_key.cc'],
'include_dirs': ['<!(node -e "require(\'nan\')")']
}
]
}