We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3805af4 commit 2f28851Copy full SHA for 2f28851
tools/v8_gypfiles/v8.gyp
@@ -780,6 +780,7 @@
780
{
781
'target_name': 'v8_base_without_compiler',
782
'type': 'static_library',
783
+ 'toolsets': ['host', 'target'],
784
'dependencies': [
785
'torque_generated_definitions',
786
'v8_bigint',
@@ -822,9 +823,6 @@
822
823
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
824
],
825
}],
- ['want_separate_host_toolset', {
826
- 'toolsets': ['host', 'target'],
827
- }],
828
['v8_target_arch=="ia32"', {
829
'sources': [
830
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"x86.*?sources \\+= ")',
0 commit comments