Skip to content

Commit

Permalink
Merge pull request #534 from agnat/master
Browse files Browse the repository at this point in the history
rebuild: forward arguments to configure phase
  • Loading branch information
TooTallNate committed Jan 18, 2015
2 parents 4ceed11 + 0eacc90 commit ccf27bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function rebuild (gyp, argv, callback) {

gyp.todo.push(
{ name: 'clean', args: [] }
, { name: 'configure', args: [] }
, { name: 'configure', args: argv }
, { name: 'build', args: [] }
)
process.nextTick(callback)
Expand Down

0 comments on commit ccf27bf

Please sign in to comment.