From cf540cbd49e6da486c948c7a0c4f9c3897d3c220 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:37:28 -0500 Subject: [PATCH] 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. --- tools/v8_gypfiles/v8.gyp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 3db33f2326492a..45d3a1f5bb050e 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -503,6 +503,9 @@ }, ], }], + ['OS in "aix os400"', { + 'dependencies': ['fp16'], + }], ], }, # v8_snapshot {