Skip to content

Commit

Permalink
float v8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 7, 2019
1 parent d6d5a6c commit 140d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ if (!v8_use_external_startup_data) {
]

if (emit_builtins_as_inline_asm) {
deps += [ ":asm_to_inline_asm_default" ]
deps = [ ":asm_to_inline_asm_default" ]
sources += [ "$target_gen_dir/embedded.cc" ]
} else {
sources += [ "$target_gen_dir/embedded.S" ]
Expand Down

0 comments on commit 140d166

Please sign in to comment.