Skip to content

Commit

Permalink
build: fix dependencies on AIX
Browse files Browse the repository at this point in the history
Addon tests were starting to run before the node exp file
creation was complete. Add process_outputs_as_sources to avoid
this.

Fixes: #8239
PR-URL: #8272
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
mhdawson authored and rvagg committed Oct 18, 2016
1 parent fbd31b7 commit d9457a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@
},
{
'target_name': 'node_exp',
'process_outputs_as_sources': 1,
'type': 'none',
'dependencies': [
'<(node_core_target_name)',
Expand Down

0 comments on commit d9457a7

Please sign in to comment.