Skip to content

Commit 2fc1541

Browse files
committed
Try without explicit absl_time_zone dependency
1 parent 03fe750 commit 2fc1541

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cpp/src/arrow/meson.build

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

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

463462
if needs_hdfs

0 commit comments

Comments
 (0)