mirror of https://github.com/pulumi/pulumi.git
25 lines
699 B
Python
25 lines
699 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "nativeruntime",
|
|
"sources": [
|
|
"closure.cc"
|
|
],
|
|
"conditions": [
|
|
[ 'OS=="win"',
|
|
{
|
|
"include_dirs": [
|
|
"<!(node -e \"console.log(`third_party/node/node-${process.version}/deps/v8`)\")"
|
|
]
|
|
},
|
|
{
|
|
"include_dirs": [
|
|
"<!(node -e \"console.log(\`third_party/node/node-\${process.version}/deps/v8\`)\")"
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|