Skip to content

Commit ffb0302

Browse files
committed
tools: update V8 gypfiles for 12.2
Refs: v8/v8@a0e8074 PR-URL: #51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent aadea12 commit ffb0302

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/v8_gypfiles/v8.gyp

+7
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,13 @@
917917
'sources': [
918918
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
919919
],
920+
'conditions': [
921+
['v8_enable_maglev==0', {
922+
'sources': [
923+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")',
924+
],
925+
}],
926+
],
920927
}, # v8_turboshaft
921928
{
922929
'target_name': 'v8_compiler_for_mksnapshot',

0 commit comments

Comments
 (0)