From 7621805090b32c44968225f06562cc0bfc0f0449 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Tue, 17 Dec 2024 23:18:32 +0100 Subject: [PATCH] build: fix missing fp16 dependency in d8 builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56266 Reviewed-By: Juan José Arboleda Reviewed-By: Richard Lau Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca --- tools/v8_gypfiles/d8.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/v8_gypfiles/d8.gyp b/tools/v8_gypfiles/d8.gyp index ef071b40710c49..4dd989724d3b6f 100644 --- a/tools/v8_gypfiles/d8.gyp +++ b/tools/v8_gypfiles/d8.gyp @@ -21,6 +21,7 @@ 'v8.gyp:v8_libplatform', 'v8.gyp:generate_bytecode_builtins_list', 'v8.gyp:v8_abseil', + 'v8.gyp:fp16', ], # Generated source files need this explicitly: 'include_dirs+': [