Add missing clean_def. Fix https://github.com/tensorflow/tensorflow/issues/25762
PiperOrigin-RevId: 282420598 Change-Id: Ic634723a96c701c3d15d3e028eda656181c432fa
This commit is contained in:
parent
3dedfe5028
commit
9c71c11a64
@ -1706,7 +1706,7 @@ def tf_custom_op_library_additional_deps():
|
||||
"@com_google_protobuf//:protobuf_headers",
|
||||
clean_dep("//third_party/eigen3"),
|
||||
clean_dep("//tensorflow/core:framework_headers_lib"),
|
||||
] + if_windows(["//tensorflow/python:pywrap_tensorflow_import_lib"])
|
||||
] + if_windows([clean_dep("//tensorflow/python:pywrap_tensorflow_import_lib")])
|
||||
|
||||
# A list of targets that contains the implemenation of
|
||||
# tf_custom_op_library_additional_deps. It's used to generate a DEF file for
|
||||
|
Loading…
x
Reference in New Issue
Block a user