deps: make node-gyp work again on windows
authorBert Belder <bertbelder@gmail.com>
Thu, 15 Jan 2015 00:39:30 +0000 (01:39 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 23 Jan 2015 22:23:10 +0000 (23:23 +0100)
commit8b55048d670d22d4e6d93710fe039d576a2b71bc
tree87e87940eab5b62064d5473118c4945f89d8e863
parent82227f35110dcefa5a02e068a78dc3eb4aa0d3bc
deps: make node-gyp work again on windows

* Fetch from the correct url.
* Link compiled addons with iojs.lib instead of node.lib.
* Disable checksum checks for iojs.lib until our website supports
  them.

PR: https://github.com/iojs/io.js/pull/422
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-by: Rod Vagg <rod@vagg.org>
deps/npm/node_modules/node-gyp/addon.gypi
deps/npm/node_modules/node-gyp/lib/build.js
deps/npm/node_modules/node-gyp/lib/install.js