Skip to content

Commit

Permalink
Merge pull request #827 from mhucka/mhucka-fix-so-target-warning
Browse files Browse the repository at this point in the history
Fix warnings "target is both a rule and a file"
  • Loading branch information
mhucka authored Jan 4, 2025
2 parents 8487280 + 3384a79 commit 4e0c1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/tf/tf_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _tf_pip_impl(repository_ctx):
repository_ctx,
None,
"",
"libtensorflow_framework.so",
"libtensorflow_framework_so",
[tf_shared_library_path],
["_pywrap_tensorflow_internal.lib" if _is_windows(repository_ctx) else "libtensorflow_framework.so"],
)
Expand All @@ -206,7 +206,7 @@ def _tf_pip_impl(repository_ctx):
repository_ctx,
None,
"",
"test_log_pb2.py",
"test_log_pb2_py",
[tf_test_log_proto_path],
["test_log_pb2.py"],
)
Expand Down

0 comments on commit 4e0c1b7

Please sign in to comment.