mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-15 13:43:40 +02:00
Some comments and stuff.
This commit is contained in:
parent
b182b3a9bd
commit
fb8c30f680
3 changed files with 6 additions and 2 deletions
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue