Skip to content

Commit 2f28851

Browse files
committed
less
1 parent 3805af4 commit 2f28851

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@
780780
{
781781
'target_name': 'v8_base_without_compiler',
782782
'type': 'static_library',
783+
'toolsets': ['host', 'target'],
783784
'dependencies': [
784785
'torque_generated_definitions',
785786
'v8_bigint',
@@ -822,9 +823,6 @@
822823
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\+= ")',
823824
],
824825
}],
825-
['want_separate_host_toolset', {
826-
'toolsets': ['host', 'target'],
827-
}],
828826
['v8_target_arch=="ia32"', {
829827
'sources': [
830828
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\"v8_base_without_compiler.*?v8_current_cpu == \\"x86.*?sources \\+= ")',

0 commit comments

Comments
 (0)