Fix a issue with tf_py_wrap_cc().
PiperOrigin-RevId: 237881194
This commit is contained in:
parent
892e9b8cf9
commit
f95c2d19ed
@ -1389,7 +1389,6 @@ def _py_wrap_cc_impl(ctx):
|
||||
inputs += ctx.files._swiglib
|
||||
inputs += ctx.files.toolchain_deps
|
||||
swig_include_dirs = depset(_get_repository_roots(ctx, inputs))
|
||||
swig_include_dirs += sorted([f.dirname for f in ctx.files._swiglib])
|
||||
args = [
|
||||
"-c++",
|
||||
"-python",
|
||||
|
Loading…
Reference in New Issue
Block a user