Skip to content

Commit 8e86eec

Browse files
committed
Try without explicit absl_time_zone dependency
1 parent bceef60 commit 8e86eec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/src/arrow/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,7 @@ disable Arrow gcs support with -Dgcs=disabled.
455455
],
456456
)
457457

458-
absl_time_zone_dep = dependency('absl_time_zone')
459-
arrow_filesystem_deps += [gcs_dep, absl_time_zone_dep]
458+
arrow_filesystem_deps += [gcs_dep]
460459
endif
461460

462461
if needs_hdfs

0 commit comments

Comments
 (0)