mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 11:32:42 +00:00

PR-URL: https://github.com/nodejs/node/pull/4958 Reviewed-By: Myles Borins <mborins@us.ibm.com> Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
6 lines
144 B
Batchfile
Executable File
6 lines
144 B
Batchfile
Executable File
if not defined npm_config_node_gyp (
|
|
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
|
|
) else (
|
|
node "%npm_config_node_gyp%" %*
|
|
)
|