0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

build: fix dependencies on AIX

Addon tests were starting to run before the node exp file
creation was complete. Add process_outputs_as_sources to avoid
this.

Fixes: https://github.com/nodejs/node/issues/8239
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Michael Dawson 2016-08-25 15:32:12 -04:00
parent 18017d675b
commit 063d14e496

View File

@ -906,6 +906,7 @@
},
{
'target_name': 'node_exp',
'process_outputs_as_sources': 1,
'type': 'none',
'dependencies': [
'<(node_core_target_name)',