Always link the static filesystem registration target.
This commit is contained in:
parent
9e1c010111
commit
289d2827ce
|
@ -38,6 +38,7 @@ cc_library(
|
||||||
"//tensorflow/c/experimental/filesystem:filesystem_interface",
|
"//tensorflow/c/experimental/filesystem:filesystem_interface",
|
||||||
"//tensorflow/c/experimental/filesystem:modular_filesystem",
|
"//tensorflow/c/experimental/filesystem:modular_filesystem",
|
||||||
],
|
],
|
||||||
|
alwayslink = 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Library implementing helper functionality, so that the above only contains
|
# Library implementing helper functionality, so that the above only contains
|
||||||
|
|
Loading…
Reference in New Issue