mtcute/packages/crypto-node/binding.gyp

14 lines
261 B
Python

{
"targets": [
{
"target_name": "crypto",
"sources": [
"lib/entry.cpp",
"lib/ige256.cpp",
],
"cflags_cc": [
"-std=c++17"
]
}
]
}