Skip to content

Commit d5b93a7

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 14.5
1 parent ad4de9e commit d5b93a7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tools/v8_gypfiles/abseil.gyp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,15 @@
369369
'<(ABSEIL_ROOT)/absl/types/span.h',
370370
'<(ABSEIL_ROOT)/absl/types/variant.h',
371371
'<(ABSEIL_ROOT)/absl/utility/utility.h',
372-
]
372+
],
373+
'conditions': [
374+
['OS=="win"', {
375+
'sources': [
376+
'<(ABSEIL_ROOT)/absl/time/internal/cctz/src/time_zone_name_win.h',
377+
'<(ABSEIL_ROOT)/absl/time/internal/cctz/src/time_zone_name_win.cc',
378+
],
379+
}],
380+
],
373381
}, # abseil
374382
]
375383
}

0 commit comments

Comments
 (0)