can build node.js file from cwd now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user