Skip to content

Commit 8c8ea88

Browse files
committed
tools: update V8 gypfiles for 12.2
Refs: v8/v8@a0e8074
1 parent 9f08309 commit 8c8ea88

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
@@ -886,6 +886,13 @@
886886
'sources': [
887887
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
888888
],
889+
'conditions': [
890+
['v8_enable_maglev==0', {
891+
'sources': [
892+
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")',
893+
],
894+
}],
895+
],
889896
}, # v8_turboshaft
890897
{
891898
'target_name': 'v8_compiler_for_mksnapshot',

0 commit comments

Comments
 (0)