We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--shared-abseil-cpp
1 parent 625f301 commit 8d89056Copy full SHA for 8d89056
tools/v8_gypfiles/d8.gyp
@@ -16,7 +16,6 @@
16
'target_name': 'd8',
17
'type': 'executable',
18
'dependencies': [
19
- 'abseil.gyp:abseil',
20
'v8.gyp:v8',
21
'v8.gyp:v8_libbase',
22
'v8.gyp:v8_libplatform',
@@ -33,6 +32,9 @@
33
32
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_executable.\\"d8\\".*?sources = ")',
34
],
35
'conditions': [
+ ['node_shared_abseil=="false"', {
36
+ 'dependencies': ['abseil.gyp:abseil'],
37
+ }],
38
[ 'want_separate_host_toolset==1', {
39
'toolsets': [ 'target', ],
40
0 commit comments