Archived
1
0
This repository has been archived on 2025-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
mi.moris.day/binding.gyp
2018-03-27 00:26:25 +09:00

10 lines
152 B
Python

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