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