Skip to content

Commit dd58715

Browse 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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lifecycleScripts/install.js

Lines 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) {

package.json

Lines 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)