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 Myles Borins committed Oct 10, 2016
1 parent 0e94765 commit 3345aab
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 3345aab

Please sign in to comment.