FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps: make node-gyp fetch .lib from correct url by bnoordhuis · Pull Request #415 · nodejs/node · GitHub

/ node Public

deps: make node-gyp fetch .lib from correct url - #415

Closed
bnoordhuis wants to merge 1 commit into
nodejs:v1.xfrom
bnoordhuis:fix-node-gyp
Closed

deps: make node-gyp fetch .lib from correct url#415
bnoordhuis wants to merge 1 commit into
nodejs:v1.xfrom
bnoordhuis:fix-node-gyp

Conversation

Copy link
Copy Markdown
Member

The .lib files at nodejs.org are at /dist/v1.2.3/node.lib and
/dist/v1.2.3/x64/node.lib but on iojs.org, they are located at
/dist/v1.2.3/win-x86/node.lib and /dist/v1.2.3/win-x64/node.lib
respectively. Update the download URLs.

R=@piscisaureus, /cc @seishun

The .lib files at nodejs.org are at /dist/v1.2.3/node.lib and
/dist/v1.2.3/x64/node.lib but on iojs.org, they are located at
/dist/v1.2.3/win-x86/node.lib and /dist/v1.2.3/win-x64/node.lib
respectively.  Update the download URLs.

Copy link
Copy Markdown
Contributor

That doesn't really cut it. See #422

bnoordhuis deleted the fix-node-gyp branch January 16, 2015 11:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL