Skip to content

Commit 0aedd72

Browse files
sparistXmader
authored andcommitted
Treat V8 platform symbols same as base
This exports V8 platform symbols in the Node shared library build.
1 parent cf4fbe2 commit 0aedd72

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,10 +1457,7 @@
14571457
'<(V8_ROOT)/src/libplatform/worker-thread.h',
14581458
],
14591459
'conditions': [
1460-
['component=="shared_library"', {
1461-
'direct_dependent_settings': {
1462-
'defines': ['USING_V8_PLATFORM_SHARED'],
1463-
},
1460+
['is_component_build', {
14641461
'defines': ['BUILDING_V8_PLATFORM_SHARED'],
14651462
}],
14661463
['v8_use_perfetto==1', {

0 commit comments

Comments
 (0)