iceshrimp-legacy/binding.gyp

10 lines
152 B
Plaintext
Raw Normal View History

2018-03-26 13:23:55 +02:00
{
'targets': [
{
'target_name': 'crypto_key',
'sources': ['src/crypto_key.cc'],
'include_dirs': ['<!(node -e "require(\'nan\')")']
}
]
}