Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd58715

Browse filesBrowse files
author
John Haley
committed
Switch from node-gyp to pangyp
Currently there's a PR (nodejs/node-gyp#564) that's awaiting a merge that will allow us to once again use node-gyp to compile nodegit across all platforms. Until that is merged however we can use pangyp as a stop-gap. After that PR is merged though we should switch back to node-gyp.
1 parent 18cd0b4 commit dd58715
Copy full SHA for dd58715

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lifecycleScripts/install.js‎

Copy file name to clipboardExpand all lines: lifecycleScripts/install.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function build() {
9090
var prefix = "";
9191
var target = "";
9292
var debug = (process.env.BUILD_DEBUG ? " --debug" : "");
93-
var builder = "node-gyp";
93+
var builder = "pangyp";
9494
var distUrl = "";
9595

9696
if (asVersion) {
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"lodash": "^3.1.0",
7070
"mocha": "~2.1.0",
7171
"nan": "^1.7.0",
72-
"node-gyp": "~1.0.2",
7372
"nw-gyp": "^0.12.4",
73+
"pangyp": "^2.1.0",
7474
"request": "^2.53.0",
7575
"tar": "^1.0.3"
7676
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.