From 2605310ed23ada71c93997c7d076718a628205f5 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 12 Mar 2012 16:08:48 -0700 Subject: Always favor the bundled node-gyp --- bin/node-gyp-bin/node-gyp | 2 ++ bin/node-gyp-bin/node-gyp.cmd | 1 + 2 files changed, 3 insertions(+) create mode 100755 bin/node-gyp-bin/node-gyp create mode 100755 bin/node-gyp-bin/node-gyp.cmd (limited to 'bin') diff --git a/bin/node-gyp-bin/node-gyp b/bin/node-gyp-bin/node-gyp new file mode 100755 index 000000000..345f07a18 --- /dev/null +++ b/bin/node-gyp-bin/node-gyp @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@" diff --git a/bin/node-gyp-bin/node-gyp.cmd b/bin/node-gyp-bin/node-gyp.cmd new file mode 100755 index 000000000..c2563ea11 --- /dev/null +++ b/bin/node-gyp-bin/node-gyp.cmd @@ -0,0 +1 @@ +node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %* -- cgit v1.2.3