Skip to content

Commit ee646e3

Browse files
committed
Remove python from build command.
1 parent d902363 commit ee646e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ var dependencies = Q.allSettled([
162162
console.info('[nodegit] Building native node module.');
163163

164164
return Q.nfcall(exec, systemPath([
165-
'.', 'node_modules', '.bin', 'node-gyp build ' + python
165+
'.', 'node_modules', '.bin', 'node-gyp build'
166166
]), {
167167
cwd: '.'
168168
});

0 commit comments

Comments
 (0)