Skip to content

Commit

Permalink
Rebase change
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbanfield committed Dec 15, 2020
1 parent ca8e327 commit cb8ffe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tensorflow_io/gcs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ load(
"tf_io_copts",
)

cc_binary(
name = "_gcs_config_ops.so",
copts = tf_io_copts(),
linkshared = 1,
deps = [
":gcs_config_ops",
],
)


cc_library(
name = "gcs_config_ops",
srcs = [
Expand Down

0 comments on commit cb8ffe7

Please sign in to comment.