mtcute/packages/crypto-node/binding.gyp

19 lines
405 B
Text
Raw Normal View History

{
"targets": [
{
"target_name": "crypto",
"sources": [
"lib/entry.cpp",
"lib/ige256.cpp",
],
"cflags_cc": [
"-std=c++17"
2024-04-13 05:49:13 +03:00
],
"defines": [
"OPENSSL_API_COMPAT=0x10100001L",
"OPENSSL_CONFIGURED_API=0x30000000L",
]
}
]
}