Skip to content

Commit af020ed

Browse files
joyeecheungmarco-ippolito
authored andcommitted
build: fix missing fp16 dependency in d8 builds
PR-URL: #56266 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f67147e commit af020ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/v8_gypfiles/d8.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'v8.gyp:v8_libplatform',
2222
'v8.gyp:generate_bytecode_builtins_list',
2323
'v8.gyp:v8_abseil',
24+
'v8.gyp:fp16',
2425
],
2526
# Generated source files need this explicitly:
2627
'include_dirs+': [

0 commit comments

Comments
 (0)