Skip to content

Commit 4e0c1b7

Browse files
authored
Merge pull request #827 from mhucka/mhucka-fix-so-target-warning
Fix warnings "target is both a rule and a file"
2 parents 8487280 + 3384a79 commit 4e0c1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/tf/tf_configure.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _tf_pip_impl(repository_ctx):
195195
repository_ctx,
196196
None,
197197
"",
198-
"libtensorflow_framework.so",
198+
"libtensorflow_framework_so",
199199
[tf_shared_library_path],
200200
["_pywrap_tensorflow_internal.lib" if _is_windows(repository_ctx) else "libtensorflow_framework.so"],
201201
)
@@ -206,7 +206,7 @@ def _tf_pip_impl(repository_ctx):
206206
repository_ctx,
207207
None,
208208
"",
209-
"test_log_pb2.py",
209+
"test_log_pb2_py",
210210
[tf_test_log_proto_path],
211211
["test_log_pb2.py"],
212212
)

0 commit comments

Comments
 (0)