Skip to content

Commit 063d14e

Browse files
committed
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 18017d6 commit 063d14e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@
906906
},
907907
{
908908
'target_name': 'node_exp',
909+
'process_outputs_as_sources': 1,
909910
'type': 'none',
910911
'dependencies': [
911912
'<(node_core_target_name)',

0 commit comments

Comments
 (0)