Skip to content

Commit c8c108f

Browse files
abmussenodejs-github-bot
authored andcommittedSep 19, 2024·
tools: add additonal include dirs for V8 on AIX
On AIX, we now include src/wasm/float16.h from within src/utils/utils.h and src/wasm/float16.h includes additional header files. PR-URL: #54536 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 6e150f9 commit c8c108f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎tools/v8_gypfiles/v8.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@
508508
},
509509
],
510510
}],
511+
['OS in "aix os400"', {
512+
'dependencies': ['fp16'],
513+
}],
511514
],
512515
}, # v8_snapshot
513516
{

0 commit comments

Comments
 (0)
Please sign in to comment.