Some comments and stuff.

This commit is contained in:
Nathan Rajlich 2012-02-06 11:55:53 -08:00
parent b182b3a9bd
commit fb8c30f680
3 changed files with 6 additions and 2 deletions

View file

@ -47,9 +47,10 @@ function configure (gyp, argv, callback) {
argv.push(path.join(devDir, 'tools', 'patch.gypi'))
}
} else {
// Force the 'make' target for non-Windows
// use a 'gyp' suffix on the Makefile, as to not overwrite an existing one
argv.unshift('.gyp')
argv.unshift('--suffix')
// force the 'make' target for non-Windows
argv.unshift('make')
argv.unshift('-f')
}