Skip to content

Commit

Permalink
tools: update V8 gypfiles for 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-github-bot committed Mar 30, 2024
1 parent 041f78b commit fb4dbad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,13 @@
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
],
'conditions': [
['v8_enable_maglev==0', {
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?!v8_enable_maglev.*?sources \\+= ")',
],
}],
],
}, # v8_turboshaft
{
'target_name': 'v8_compiler_for_mksnapshot',
Expand Down

0 comments on commit fb4dbad

Please sign in to comment.