mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
15 lines
284 B
Text
15 lines
284 B
Text
|
{
|
||
|
"targets": [
|
||
|
{
|
||
|
"target_name": "crypt3",
|
||
|
"sources": [ "crypt3.cc" ],
|
||
|
"include_dirs" : [ "<!(node -e \"require('nan')\")" ],
|
||
|
"conditions": [
|
||
|
['OS!="mac"', {
|
||
|
'link_settings': { "libraries": [ "-lcrypt" ] }
|
||
|
}]
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|