mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

See: https://github.com/resin-io/etcher/pull/1366 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
26 lines
446 B
Python
26 lines
446 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "elevator",
|
|
"include_dirs" : [
|
|
"src",
|
|
"<!(node -e \"require('nan')\")"
|
|
],
|
|
'conditions': [
|
|
|
|
[ 'OS=="win"', {
|
|
"sources": [
|
|
"src/utils/v8utils.cpp",
|
|
"src/os/win32/elevate.cpp",
|
|
"src/elevator_init.cpp",
|
|
],
|
|
"libraries": [
|
|
"-lShell32.lib",
|
|
],
|
|
} ]
|
|
|
|
],
|
|
}
|
|
],
|
|
}
|