Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-21 20:55:32 +0400
committerisaacs <i@izs.me>2012-08-21 20:56:00 +0400
commiteb6e8fca41bae0ecdbebcab75ebb823f4ecb9009 (patch)
treec67dc816973decacfd10514607b5f3dd893242c5 /node_modules/node-gyp/lib/node-gyp.js
parentf47392e8f6ea854cc014c2ced66f108b43ea0cd8 (diff)
node-gyp@0.6.7
Diffstat (limited to 'node_modules/node-gyp/lib/node-gyp.js')
-rw-r--r--node_modules/node-gyp/lib/node-gyp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/node-gyp/lib/node-gyp.js b/node_modules/node-gyp/lib/node-gyp.js
index 26c8beb64..58275ee5b 100644
--- a/node_modules/node-gyp/lib/node-gyp.js
+++ b/node_modules/node-gyp/lib/node-gyp.js
@@ -83,6 +83,7 @@ proto.configDefs = {
, proxy: String // 'install'
, nodedir: String // 'configure'
, loglevel: String // everywhere
+ , python: String // 'configure'
}
/**