We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadea12 commit ffb0302Copy full SHA for ffb0302
tools/v8_gypfiles/v8.gyp
@@ -917,6 +917,13 @@
917
'sources': [
918
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
919
],
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
927
}, # v8_turboshaft
928
{
929
'target_name': 'v8_compiler_for_mksnapshot',
0 commit comments