Skip to content

Commit 91fa2b1

Browse files
committed
Treat V8 platform symbols same as base
This exports V8 platform symbols in the Node shared library build.
1 parent f3187ff commit 91fa2b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,10 +1341,7 @@
13411341
'<(V8_ROOT)/src/libplatform/worker-thread.h',
13421342
],
13431343
'conditions': [
1344-
['component=="shared_library"', {
1345-
'direct_dependent_settings': {
1346-
'defines': ['USING_V8_PLATFORM_SHARED'],
1347-
},
1344+
['is_component_build', {
13481345
'defines': ['BUILDING_V8_PLATFORM_SHARED'],
13491346
}],
13501347
['v8_use_perfetto==1', {

0 commit comments

Comments
 (0)