can build node.js file from cwd now

This commit is contained in:
Craig Condon
2011-11-26 17:24:25 -06:00
parent 66d3454129
commit 015b60ee24
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -205,6 +205,7 @@ exports.compile = function(ops, callback) {
console.log('Making executable');
var proc = spawn('make', [], { cwd: node.path });
proc.stdout.on('data', function(data) {