Files
MINGW-packages/mingw-w64-nodejs/node-gyp.cmd
2015-03-21 18:45:32 +01:00

6 lines
212 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\lib\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" %*
) ELSE (
node "%~dp0\..\lib\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" %*
)