Skip to content

Commit 8d89056

Browse files
committed
fixup! build: add --shared-abseil-cpp configure flag
1 parent 625f301 commit 8d89056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/v8_gypfiles/d8.gyp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
'target_name': 'd8',
1717
'type': 'executable',
1818
'dependencies': [
19-
'abseil.gyp:abseil',
2019
'v8.gyp:v8',
2120
'v8.gyp:v8_libbase',
2221
'v8.gyp:v8_libplatform',
@@ -33,6 +32,9 @@
3332
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_executable.\\"d8\\".*?sources = ")',
3433
],
3534
'conditions': [
35+
['node_shared_abseil=="false"', {
36+
'dependencies': ['abseil.gyp:abseil'],
37+
}],
3638
[ 'want_separate_host_toolset==1', {
3739
'toolsets': [ 'target', ],
3840
'dependencies': [

0 commit comments

Comments
 (0)