Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 19, 2021
1 parent 3805af4 commit 2f28851
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -780,6 +780,7 @@
{
'target_name': 'v8_base_without_compiler',
'type': 'static_library',
'toolsets': ['host', 'target'],
'dependencies': [
'torque_generated_definitions',
'v8_bigint',
Expand Down Expand Up @@ -822,9 +823,6 @@
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
],
}],
['want_separate_host_toolset', {
'toolsets': ['host', 'target'],
}],
['v8_target_arch=="ia32"', {
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"x86.*?sources \\+= ")',
Expand Down

0 comments on commit 2f28851

Please sign in to comment.