summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/.bin/node-gyp.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/.bin/node-gyp.cmd')
-rw-r--r--deps/npm/node_modules/.bin/node-gyp.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/npm/node_modules/.bin/node-gyp.cmd b/deps/npm/node_modules/.bin/node-gyp.cmd
new file mode 100644
index 0000000000..d97b8bfa33
--- /dev/null
+++ b/deps/npm/node_modules/.bin/node-gyp.cmd
@@ -0,0 +1,7 @@
+@IF EXIST "%~dp0\node.exe" (
+ "%~dp0\node.exe" "%~dp0\..\node-gyp\bin\node-gyp.js" %*
+) ELSE (
+ @SETLOCAL
+ @SET PATHEXT=%PATHEXT:;.JS;=;%
+ node "%~dp0\..\node-gyp\bin\node-gyp.js" %*
+) \ No newline at end of file