Fix setup.py to also include *.inc files for protobuf
Fixes #27697 PiperOrigin-RevId: 243634475
This commit is contained in:
parent
e656cf4837
commit
79d8779069
@ -238,7 +238,8 @@ else:
|
||||
headers = (
|
||||
list(find_files('*.h', 'tensorflow/core')) + list(
|
||||
find_files('*.h', 'tensorflow/stream_executor')) +
|
||||
list(find_files('*.h', 'google/protobuf_archive/src')) + list(
|
||||
list(find_files('*.h', 'google/protobuf_archive/src')) +
|
||||
list(find_files('*.inc', 'google/protobuf_archive/src')) + list(
|
||||
find_files('*', 'third_party/eigen3')) + list(
|
||||
find_files('*.h', 'tensorflow/include/external/com_google_absl')) +
|
||||
list(find_files('*.inc', 'tensorflow/include/external/com_google_absl')) +
|
||||
|
Loading…
Reference in New Issue
Block a user