Skip to content

Commit 8dfab3a

Browse files
mhdawsonMylesBorins
authored andcommitted
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: #8239 PR-URL: #8272 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Johan Bergström <[email protected]>
1 parent 861e584 commit 8dfab3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@
731731
},
732732
{
733733
'target_name': 'node_exp',
734+
'process_outputs_as_sources': 1,
734735
'type': 'none',
735736
'dependencies': [
736737
'<(node_core_target_name)',

0 commit comments

Comments
 (0)