mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
15 lines
331 B
Python
15 lines
331 B
Python
|
|
{
|
|
"targets": [
|
|
{
|
|
"target_name": "lokinet",
|
|
"cflags!": [ "-fno-exceptions" ],
|
|
"cflags_cc!": [ "-fno-exceptions" ],
|
|
"sources": [ "lokinet.cc" ],
|
|
"include_dirs": [
|
|
"<!@(node -p \"require('node-addon-api').include\")"
|
|
],
|
|
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
|
|
}
|
|
]
|
|
} |